]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
Bug 11332: fixed
authorSven <sven.hoehn@posteo.de>
Wed, 3 May 2017 10:58:15 +0000 (12:58 +0200)
committerSven <sven.hoehn@posteo.de>
Wed, 3 May 2017 10:58:15 +0000 (12:58 +0200)
static/css/style.css
static/scss/style.scss

index e0f848a4f53bafe31b56c5ba40981953562dc67d..4cb4ed5258afba0a6bfde551254a79d5ce490792 100644 (file)
@@ -5197,6 +5197,9 @@ button.navbar-toggler div {
       font-size: .875rem;
       line-height: 0; } }
 
+button:focus {
+  outline: none; }
+
 .fixed-top {
   -webkit-transition: background-color 700ms linear;
   transition: background-color 700ms linear; }
index 2ad8afd246848bf72e1b7afd1bbacbc401c92375..9aa404f5e5f52910b1172c12c0345a537924699b 100644 (file)
@@ -262,6 +262,10 @@ button.navbar-toggler div {
        }
 }
 
+button:focus {
+       outline: none;
+}
+
 // Top Navigation
 
 .fixed-top {