undo the removal of toggled state for unstyled button since it is used
This commit is contained in:
parent
54e3a99bc7
commit
e7c64e47c4
@ -4,7 +4,8 @@ export default {
|
||||
states: {
|
||||
disabled: ':disabled',
|
||||
hover: ':hover:not(:disabled)',
|
||||
focused: ':focus-within'
|
||||
focused: ':focus-within',
|
||||
toggled: '.toggled'
|
||||
},
|
||||
validInnerComponents: [
|
||||
'Text',
|
||||
|
Loading…
Reference in New Issue
Block a user