Why does the focus state stay on button click and not a link? #32997
Unanswered
da-kicks-87
asked this question in
Q&A
Replies: 2 comments
-
@patrickhlauke maybe you can reply this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
we need |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Why does the focus state stay on a button click and not a link click? This seems to be BS specific since testing in an environment without it does not behave this way. I don't want the focus state to appear on click for both elements.
Using the following CSS does remove it. However its not good practice to do so since doing it also remove the focus state when trying to select the button with the keyboard.
Anyone have solutions or technical reason why BS treats buttons this way?
Beta Was this translation helpful? Give feedback.
All reactions