with a collapsed main menu the right border of its toggle was missing

[ci skip]
pull/5706/head
Wieland Lindenthal 7 years ago
parent 8cf3a1fc8b
commit dc89b08912
  1. 2
      app/assets/stylesheets/layout/_main_menu.sass

@ -206,7 +206,7 @@ $toggler-width: 40px
&:hover
@include varprop(background, main-menu-bg-hover-background)
&.show
width: $main-menu-folded-width
width: calc(#{$main-menu-folded-width} - 1px)
a.navigation-toggler
height: 100%
padding: 0 10px 0 0

Loading…
Cancel
Save