diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 9ac0f2549..0f0c3072e 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -412,6 +412,32 @@ header { box-shadow: 0 7px 0 #fff, 0 14px 0 #fff; } } + + .menu { + + &.is-dropdown-submenu { + margin: 0; + margin-top: rem-calc(-24); + padding: 0; + } + + .is-submenu-item { + display: block; + height: auto; + margin-bottom: 0; + + a { + color: $text; + } + } + } +} + +.dropdown.menu > li { + + &.is-dropdown-submenu-parent > a::after { + border-color: #fff transparent transparent; + } } .top-links { diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index a3162bb8c..304c5c954 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -28,7 +28,7 @@
-