]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Consistently use outline:0 rather than outline:none
authorPatrick H. Lauke <redux@splintered.co.uk>
Sun, 10 Jan 2021 14:50:29 +0000 (14:50 +0000)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 13 Jan 2021 09:03:32 +0000 (11:03 +0200)
Manual backport of https://github.com/twbs/bootstrap/pull/32751 (which has not been merged yet, but assume it will shortly)

scss/_custom-forms.scss

index 4afc0808763332626b97b5189c431606ff1d7d3c..06725ff3644560bda37e332a08834d4d650f3513 100644 (file)
   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.