Skip to content

Commit 58021aa

Browse files
committed
button.Base: active rules affect tab.header.Button #6493
1 parent a5e2a0d commit 58021aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

resources/scss/src/button/Base.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@
106106
}
107107

108108
&:active {
109-
background-color: var(--button-background-color-active) !important;
110-
background-image: none !important;
111-
border : var(--button-border-active) !important;
109+
background-color: var(--button-background-color-active);
110+
background-image: none;
111+
border : var(--button-border-active);
112112

113113
.neo-button-glyph {
114114
color: var(--button-glyph-color-active);

0 commit comments

Comments
 (0)