-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.btn-link has border-color: transparent why? #27220
Comments
Hi, |
Because I could go either way with it. I don’t know for sure if there are any situations where we absolutely need the border to stick around. We’d have to test more. |
Lines 7 to 15 in ed48d9a
|
We kinda did the same here #27003 |
I've looked for the reasoning behind adding border-color: transparent to the :hover and :focus states of .btn-link
bootstrap/scss/_buttons.scss
Lines 80 to 92 in b755883
but cannot find the reason for this. I came across this when trying to utilize some custom border styles on .btn-link and had the borders turn transparent on hover because of this.
Blame points to the change being introduced in #22951, but it isn't obvious to me the reasoning behind this rule. I propose removing it.
The text was updated successfully, but these errors were encountered: