aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-29 18:52:27 +0200
committerHenry Jameson <me@hjkos.com>2024-02-29 18:52:27 +0200
commite7c64e47c4870b19d41ec4f7a500d312c06df853 (patch)
treeab44dc195bdab685b23f1e4e542d4346becd0f11
parent54e3a99bc762a1286b0c1a782297d40587b7f14f (diff)
undo the removal of toggled state for unstyled button since it is used
-rw-r--r--src/components/button_unstyled.style.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/button_unstyled.style.js b/src/components/button_unstyled.style.js
index a2d854aa..a47701db 100644
--- 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',