2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Fix dropdown toggle visible focus in headers example

This commit is contained in:
Julien Déramond
2023-02-27 08:12:54 +01:00
committed by Mark Otto
parent b8b81669f0
commit 912cfe5823
@@ -10,6 +10,6 @@
font-size: 85%; font-size: 85%;
} }
.dropdown-toggle { .dropdown-toggle:not(:focus) {
outline: 0; outline: 0;
} }