We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e2a0d commit 58021aaCopy full SHA for 58021aa
1 file changed
resources/scss/src/button/Base.scss
@@ -106,9 +106,9 @@
106
}
107
108
&:active {
109
- background-color: var(--button-background-color-active) !important;
110
- background-image: none !important;
111
- border : var(--button-border-active) !important;
+ background-color: var(--button-background-color-active);
+ background-image: none;
+ border : var(--button-border-active);
112
113
.neo-button-glyph {
114
color: var(--button-glyph-color-active);
0 commit comments