1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 09:04:14 +02:00

Use `` instead of hex value

This commit is contained in:
Julien Déramond
2024-03-23 08:10:02 +01:00
parent 7ed3a80854
commit 9c39a17826

View File

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