Replies: 1 comment 1 reply
-
In the meantime, you can try adding this to your CSS: FocusButton {
&.-style-default {
/* Your CSS here... */
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Consider the following code:
With 6.0.0 this worked perfectly fine, but with 6.1.0 the
hover
style does not work: thebackground
is completely ignored and theborder
is strangely not applied to the top.Is this a regression and I should file an issue, or is it a desired change in behaviour and I'll have to adjust my code? If the latter, how?
Thanks in advance for any insights!
Beta Was this translation helpful? Give feedback.
All reactions