diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index 335ef0415..e3e3f1f8f 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -322,13 +322,17 @@ a[data-toggle="tooltip"] { @include box-shadow(0 4px 0 $brand-primary); margin-bottom: 4px; - a, - a:hover, - a:focus { - background: $color-white; + & > a, + & > a:hover, + & > a:focus { + background: transparent; color: $color-emperor; font-weight: bold; } + + ul .active-item { + font-weight: bold; + } } } } diff --git a/app/views/shared/_secondary_navigation.html.erb b/app/views/shared/_secondary_navigation.html.erb index 0a57f8dd8..ad25a8fa4 100644 --- a/app/views/shared/_secondary_navigation.html.erb +++ b/app/views/shared/_secondary_navigation.html.erb @@ -107,7 +107,7 @@