From e7c64e47c4870b19d41ec4f7a500d312c06df853 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 29 Feb 2024 18:52:27 +0200 Subject: [PATCH] undo the removal of toggled state for unstyled button since it is used --- src/components/button_unstyled.style.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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',