You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to reproduce: <button class="btn btn-link active">test</button> and you got very bad looking box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) on it. Works bad for <a> too. Here is screenshot:
I'm not really sure what the use case would be for making a btn-linklook active. That said it would be pretty easy to add .active to the same declaration which resets the box-shadow for :active.
How to reproduce:
<button class="btn btn-link active">test</button>
and you got very bad lookingbox-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
on it. Works bad for<a>
too. Here is screenshot:Can be fixed with
:none
:The text was updated successfully, but these errors were encountered: