Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.9k
Closed
Description
| &.b-avatar:hover:not(.disabled):not(disabled) { |
Thesrc/components/avatar/_avatar.scss file contains
a,.btn {&.b-avatar:hover:not(.disabled):not(disabled) {z-index:1; } }
anddisabled is not a valid selector in:not(disabled).
I believe it should be:not([disabled]) which means "element does not have thedisabled attribute".
a,.btn {&.b-avatar:hover:not(.disabled):not([disabled]) {z-index:1; } }
Metadata
Metadata
Assignees
Labels
No labels