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
|
|
@ -34,7 +34,7 @@ export default {
|
|||
notEditable: true, // for now
|
||||
states: {
|
||||
pressed: ':active',
|
||||
hover: ':hover:not(:disabled)',
|
||||
hover: ':is(:hover, :focus-visible, :has(:focus-visible)):not(:disabled)',
|
||||
disabled: ':disabled'
|
||||
},
|
||||
validInnerComponents: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue