From: Julien Déramond Date: Mon, 27 Feb 2023 07:12:54 +0000 (+0100) Subject: Fix dropdown toggle visible focus in headers example X-Git-Tag: v5.3.0-alpha2~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=912cfe5823cea6f3ce133898a315f1a7611537f6;p=thirdparty%2Fbootstrap.git Fix dropdown toggle visible focus in headers example --- diff --git a/site/content/docs/5.3/examples/headers/headers.css b/site/content/docs/5.3/examples/headers/headers.css index 8230c9a5f5..f887573feb 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; }