commit: e7c64e47c4870b19d41ec4f7a500d312c06df853
parent 54e3a99bc762a1286b0c1a782297d40587b7f14f
Author: Henry Jameson <me@hjkos.com>
Date: Thu, 29 Feb 2024 18:52:27 +0200
undo the removal of toggled state for unstyled button since it is used
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/components/button_unstyled.style.js b/src/components/button_unstyled.style.js
@@ -4,7 +4,8 @@ export default {
states: {
disabled: ':disabled',
hover: ':hover:not(:disabled)',
- focused: ':focus-within'
+ focused: ':focus-within',
+ toggled: '.toggled'
},
validInnerComponents: [
'Text',