1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 01:21:49 +02:00

Highlight use cases where :focus-visible is used for BrowserStack testing

This commit is contained in:
Julien Déramond
2022-10-12 20:51:08 +02:00
parent b029cd6bde
commit 60ff612061
4 changed files with 9 additions and 3 deletions

View File

@@ -70,6 +70,7 @@
.dropdown-toggle {
&:focus:not(:focus-visible) {
color: #cbf;
outline: 0;
}
}