]> git.openstreetmap.org Git - rails.git/commitdiff
Remove the user menu focus overrides
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 3 Aug 2022 17:59:32 +0000 (18:59 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 3 Aug 2022 17:59:32 +0000 (18:59 +0100)
This restores the outline effect when the button is focussed using
keyboard navigation.

Refs #3633

app/assets/stylesheets/common.scss

index fdf35d615d0e106981421e3d85e1701130337db9..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;
-      }
     }
   }