diff --git a/app/assets/images/menu/btn-menu-mobile.png b/app/assets/images/menu/btn-menu-mobile.png new file mode 100644 index 0000000000..1d2d414473 Binary files /dev/null and b/app/assets/images/menu/btn-menu-mobile.png differ diff --git a/app/assets/stylesheets/darkswarm/menu.css.scss b/app/assets/stylesheets/darkswarm/menu.css.scss index b48ed93091..3c9fea8417 100644 --- a/app/assets/stylesheets/darkswarm/menu.css.scss +++ b/app/assets/stylesheets/darkswarm/menu.css.scss @@ -226,14 +226,7 @@ nav.top-bar { .off-canvas-wrap .tab-bar .menu-icon { @include box-shadow(none); -} - -.off-canvas-wrap.move-right .tab-bar .menu-icon span { - box-shadow: 0 0px 0 1px #666, 0 7px 0 1px #666, 0 14px 0 1px #666; -} - -.tab-bar .menu-icon span::after { - box-shadow: 0 0 0 1px black, 0 7px 0 1px black, 0 14px 0 1px black; + text-indent: 0; } .tab-bar .ofn-logo { diff --git a/app/views/shared/menu/_mobile_menu.html.haml b/app/views/shared/menu/_mobile_menu.html.haml index d13dbeae07..1c96dd1d64 100644 --- a/app/views/shared/menu/_mobile_menu.html.haml +++ b/app/views/shared/menu/_mobile_menu.html.haml @@ -1,7 +1,7 @@ %nav.tab-bar.show-for-medium-down %section.left %a.left-off-canvas-toggle.menu-icon - %span + %img{src: "/assets/menu/btn-menu-mobile.png"} %section.left .ofn-logo