From: Patrick H. Lauke Date: Sun, 10 Jan 2021 14:50:29 +0000 (+0000) Subject: Consistently use outline:0 rather than outline:none X-Git-Tag: v4.6.0~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7cbb59d536d9be4fa773f852be25378b542741a;p=thirdparty%2Fbootstrap.git Consistently use outline:0 rather than outline:none Manual backport of https://github.com/twbs/bootstrap/pull/32751 (which has not been merged yet, but assume it will shortly) --- diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 4afc080876..06725ff364 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -390,7 +390,7 @@ appearance: none; &:focus { - outline: none; + outline: 0; // Pseudo-elements must be split across multiple rulesets to have an effect. // No box-shadow() mixin for focus accessibility.