parent
97951fccfd
commit
11672bc490
@ -0,0 +1,17 @@ |
||||
@mixin unfocused-style { |
||||
@content; |
||||
|
||||
&:focus:not(:focus-visible):not(:hover) { |
||||
@content; |
||||
} |
||||
} |
||||
|
||||
@mixin focused-style { |
||||
&:hover, &:focus { |
||||
@content; |
||||
} |
||||
|
||||
&:focus-visible { |
||||
@content; |
||||
} |
||||
} |
Loading…
Reference in new issue