undo the removal of toggled state for unstyled button since it is used

This commit is contained in:
Henry Jameson 2024-02-29 18:52:27 +02:00
parent 54e3a99bc7
commit e7c64e47c4

View File

@ -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',