@mixin unfocused-style {
@content;
&:focus:not(:focus-visible, :hover) {
}
@mixin focused-style {
&:hover,
&:focus {
&:focus-visible {