aboutsummaryrefslogtreecommitdiff
path: root/src/components/button_unstyled.style.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/button_unstyled.style.js')
-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',