From: Anton Khorev Date: Tue, 17 Oct 2023 14:35:14 +0000 (+0300) Subject: Replace secondary nav buttons custom css with classes X-Git-Tag: live~1021^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/74a87d55e7e85dcbccfc5bfb857f15e6306e2752 Replace secondary nav buttons custom css with classes --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 190416983..91f846902 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -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%); } diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 2a04ef2bd..5f0d0d4d2 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -60,7 +60,7 @@ <%= link_to t("layouts.about"), about_path, :class => "nav-link" %>