diff options
| author | Julien Déramond <[email protected]> | 2023-02-27 08:12:54 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2023-03-02 10:32:03 -0800 |
| commit | 912cfe5823cea6f3ce133898a315f1a7611537f6 (patch) | |
| tree | a827b83c289783dce6986694bec095a6490b5752 | |
| parent | b8b81669f0c62d30bbaba405e31a6eec2f035421 (diff) | |
| download | bootstrap-912cfe5823cea6f3ce133898a315f1a7611537f6.tar.xz bootstrap-912cfe5823cea6f3ce133898a315f1a7611537f6.zip | |
Fix dropdown toggle visible focus in headers example
| -rw-r--r-- | site/content/docs/5.3/examples/headers/headers.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/examples/headers/headers.css b/site/content/docs/5.3/examples/headers/headers.css index 8230c9a5f..f887573fe 100644 --- a/site/content/docs/5.3/examples/headers/headers.css +++ b/site/content/docs/5.3/examples/headers/headers.css @@ -10,6 +10,6 @@ font-size: 85%; } -.dropdown-toggle { +.dropdown-toggle:not(:focus) { outline: 0; } |
