Skip to content

Commit 4260f8b

Browse files
fix(icon-button): fix disabled Primary · Ghost variant of IconButton icon highlighted on hover (#523)
1 parent 7554795 commit 4260f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/buttons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
&.dial-icon-button {
3434
@apply text-secondary;
3535
&:hover {
36-
@apply text-accent-primary;
36+
@apply enabled:text-accent-primary;
3737
}
3838
}
3939

0 commit comments

Comments
 (0)