global button should not have set outline to transparant
bram209 opened this issue · 0 comments
bram209 commented
in the global styles, it has set outline: '2px solid transparent'
for all buttons, this means that when you are using the accordion trigger (which gets rendered as a button
) from radix, it will not inherit the default outline behaviour on :focus-visible
, therefore it is hard to see which accordion item has focus when navigating by keyboard.