From: Tom Hughes Date: Tue, 17 Oct 2023 17:47:24 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4294' X-Git-Tag: live~1049 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/2ce6bf383a7855e0f2e7b1c3fb7bc7d4cec49120?hp=790822f92ed8a059f5cf2e0f3806a2308961a053 Merge remote-tracking branch 'upstream/pull/4294' --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 6ff46c07c..91f846902 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -187,22 +187,6 @@ nav.secondary { color: darken($darkgrey, 25%); } - .login-menu { - .btn-outline-secondary { - @include button-outline-variant($darkgrey, $color-hover: $white, $active-color: $white); - } - } - - .user-menu { - .btn-outline-secondary { - @include button-outline-variant($darkgrey, $color-hover: $darkgrey, $active-background: white, $active-border: $darkgrey); - border-color: $grey; - &:hover { - border-color: $grey; - } - } - } - #inboxanchor { background-color: lighten($grey, 10%); } diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 8ff04536d..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" %>