paragon
paragon copied to clipboard
`SearchField.SubmitButton` with variant="dark" has no hover styles
The SearchField.SubmitButton
component, when located externally and with variant="dark"
, does not have proper styles according to the Button
spec on hover. Interestingly, when variant="light"
, the SearchField.SubmitButton
component does have proper hover styles for its color variant.
PR: https://github.com/openedx/paragon/pull/2675
Related PR from the brand repo: https://github.com/edx/brand-edx.org/pull/77