Make sure each hover style is applied to :focus-visible
This commit is contained in:
parent
5461289cb7
commit
59c090ae2d
8 changed files with 9 additions and 8 deletions
|
|
@ -2,7 +2,7 @@ export default {
|
|||
name: 'Input',
|
||||
selector: '.input',
|
||||
states: {
|
||||
hover: ':hover:not(.disabled)',
|
||||
hover: ':is(:hover, :focus-visible):not(.disabled)',
|
||||
focused: ':focus-within',
|
||||
disabled: '.disabled'
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue