mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 17:14:04 +02:00
Remove box-shadow from .btn-link:focus (#22998)
When focused, these buttons styled as links still give good visible focus indication through the underline, so this should not be a concern. Closes #22655
This commit is contained in:
@@ -84,6 +84,7 @@ fieldset[disabled] a.btn {
|
|||||||
&:focus,
|
&:focus,
|
||||||
&:active {
|
&:active {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
@include hover {
|
@include hover {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
|
Reference in New Issue
Block a user