1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 10:34:07 +02:00

Fix rendering for both Firefox and Chrome

This commit is contained in:
Julien Déramond
2024-03-23 07:58:07 +01:00
parent 897e49fdfc
commit 7ed3a80854

View File

@@ -58,7 +58,9 @@
}
&:focus-visible {
outline: auto;
outline: #fff auto 1px;
outline: -webkit-focus-ring-color auto 1px;
box-shadow: none;
}
&.active {