Additional Shadow Focus Inset Token #2998
-
Hi, I'm currently creating a keyboard navigable side navigation component which is set directly against the left edge of the page (see image). To avoid changing the dimensions of the button, I need to use an inset shadow focus. However, the Could a new token (associated with this statement |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @nayanadasgupta! Can you elaborate a little more on why Button's focus state isn't working for you here? The focus state does use a box-shadow, which shouldn't affect the width of the button itself. If you send over a codesandbox replica, that would also help (feel free to use this one as a starter). |
Beta Was this translation helpful? Give feedback.
Hi @nayanadasgupta! Can you elaborate a little more on why Button's focus state isn't working for you here? The focus state does use a box-shadow, which shouldn't affect the width of the button itself. If you send over a codesandbox replica, that would also help (feel free to use this one as a starter).