diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 1f91d2f5b..255485668 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -669,14 +669,6 @@ body > header, } } -.top-bar-right { - - .is-active { - font-weight: bold; - text-decoration: underline; - } -} - .submenu { border-bottom: 1px solid $border; clear: both; diff --git a/app/assets/stylesheets/layout/admin_header.scss b/app/assets/stylesheets/layout/admin_header.scss index 58d6e9e9b..4c13eb895 100644 --- a/app/assets/stylesheets/layout/admin_header.scss +++ b/app/assets/stylesheets/layout/admin_header.scss @@ -25,13 +25,10 @@ display: inline-block; } - .top-bar-right { - - > ul { - border-bottom: 0; - padding-bottom: 0; - margin-bottom: 0; - } + .account-menu { + border-bottom: 0; + padding-bottom: 0; + margin-bottom: 0; .submenu { position: initial; @@ -40,6 +37,11 @@ a { font-weight: normal; } + + .is-active { + font-weight: bold; + text-decoration: underline; + } } [class^="icon-"] { diff --git a/app/components/layout/admin_header_component.html.erb b/app/components/layout/admin_header_component.html.erb index f1be1d2f6..9e523aa04 100644 --- a/app/components/layout/admin_header_component.html.erb +++ b/app/components/layout/admin_header_component.html.erb @@ -29,9 +29,7 @@ <% if show_account_menu? %>
<% end %> diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 8e35ce79c..c07948801 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -25,14 +25,12 @@