]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Merge pull request #3589 from tomhughes/brotli
[rails.git] / app / assets / stylesheets / common.scss
index 2682af00a40853cea4a3419c4bedd0329e73a3a7..9ec7fb3f4f14f6a2ad429738f44051cd26560484 100644 (file)
@@ -201,16 +201,9 @@ nav.secondary {
       &:hover {
         border-color: $grey;
       }
-      &:focus {
-        background-color: white;
-        box-shadow: none;
-      }
     }
     &.show .btn-outline-secondary {
       background-color: white;
-      &:focus {
-        box-shadow: none;
-      }
     }
   }
 
@@ -283,7 +276,8 @@ body.compact-nav {
   margin-bottom: 10px;
   outline: none;
 
-  &:hover {
+  &:hover,
+  &:focus {
     background-color: black;
   }