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 f93328d commit 82f892aCopy full SHA for 82f892a
client/styles/abstracts/_placeholders.scss
@@ -87,15 +87,15 @@
87
fill: getThemifyVariable('button-color');
88
opacity: 1;
89
}
90
- &:enabled:hover {
+ &:not(disabled):hover {
91
border-color: getThemifyVariable('button-background-hover-color');
92
background-color: getThemifyVariable('button-background-hover-color');
93
color: getThemifyVariable('button-hover-color');
94
& g {
95
fill: getThemifyVariable('button-hover-color');
96
97
98
- &:enabled:active {
+ &:not(disabled):active {
99
border-color: getThemifyVariable('button-background-active-color');
100
background-color: getThemifyVariable('button-background-active-color');
101
color: getThemifyVariable('button-active-color');
0 commit comments