Skip to content

Commit 82f892a

Browse files
committed
Fix issue button styling for a tags
1 parent f93328d commit 82f892a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/styles/abstracts/_placeholders.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@
8787
fill: getThemifyVariable('button-color');
8888
opacity: 1;
8989
}
90-
&:enabled:hover {
90+
&:not(disabled):hover {
9191
border-color: getThemifyVariable('button-background-hover-color');
9292
background-color: getThemifyVariable('button-background-hover-color');
9393
color: getThemifyVariable('button-hover-color');
9494
& g {
9595
fill: getThemifyVariable('button-hover-color');
9696
}
9797
}
98-
&:enabled:active {
98+
&:not(disabled):active {
9999
border-color: getThemifyVariable('button-background-active-color');
100100
background-color: getThemifyVariable('button-background-active-color');
101101
color: getThemifyVariable('button-active-color');

0 commit comments

Comments
 (0)