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: {
|
states: {
|
||||||
disabled: ':disabled',
|
disabled: ':disabled',
|
||||||
hover: ':hover:not(:disabled)',
|
hover: ':hover:not(:disabled)',
|
||||||
focused: ':focus-within'
|
focused: ':focus-within',
|
||||||
|
toggled: '.toggled'
|
||||||
},
|
},
|
||||||
validInnerComponents: [
|
validInnerComponents: [
|
||||||
'Text',
|
'Text',
|
||||||
|
Loading…
Reference in New Issue
Block a user