Skip to content

Commit 1573b77

Browse files
authored
fix(CSS): "disabled" attribute selector (#7227)
Closes #7224.
1 parent b25a094 commit 1573b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/avatar/_avatar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141

142142
a,
143143
.btn {
144-
&.b-avatar:hover:not(.disabled):not(disabled) {
144+
&.b-avatar:hover:not(.disabled):not([disabled]) {
145145
z-index: 1;
146146
}
147147
}

0 commit comments

Comments
 (0)