]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Consistently use outline:0 rather than outline:none (#32751)
authorPatrick H. Lauke <redux@splintered.co.uk>
Sun, 10 Jan 2021 16:13:08 +0000 (16:13 +0000)
committerGitHub <noreply@github.com>
Sun, 10 Jan 2021 16:13:08 +0000 (16:13 +0000)
just for code consistency, no actual effect on styling per se

scss/_close.scss
scss/forms/_form-range.scss

index db5d02787e00ca3f64b9fa79b3dea28a7744366e..32a0f68ccd710579889a6ad5c0c3cb7946e3cd86 100644 (file)
@@ -22,7 +22,7 @@
   }
 
   &:focus {
-    outline: none;
+    outline: 0;
     box-shadow: $btn-close-focus-shadow;
     opacity: $btn-close-focus-opacity;
   }
index b603a7bc35d54a430d6aa410d9c7df9dd9e17bf9..ae1d841d551e1b6ff450137a22e52736d1d735c4 100644 (file)
@@ -12,7 +12,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.