]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Replace secondary nav buttons custom css with classes
[rails.git] / app / assets / stylesheets / common.scss
index 1904169838e09b9985919ac2a70e6492875196f3..91f846902e6886e0c3313e6ed87a2a66ae1f9023 100644 (file)
@@ -187,20 +187,6 @@ nav.secondary {
     color: darken($darkgrey, 25%);
   }
 
-  .btn-outline-secondary {
-    @include button-outline-variant($darkgrey, $color-hover: $darkgrey, $active-background: white, $active-border: $darkgrey);
-    border-color: $grey;
-    &:hover {
-      border-color: $grey;
-    }
-  }
-
-  .login-menu {
-    .btn-outline-secondary {
-      @include button-outline-variant($darkgrey, $color-hover: $white, $active-color: $white);
-    }
-  }
-
   #inboxanchor {
     background-color: lighten($grey, 10%);
   }