From: Sven Date: Mon, 8 May 2017 14:00:45 +0000 (+0200) Subject: menu button was not hidden when navigation is open on mobile X-Git-Url: http://git.ipfire.org/?p=people%2Fshoehn%2Fipfire.org.git;a=commitdiff_plain;h=6fb9c768c2d36317ea0aa2b84b6d8dae937e1d88 menu button was not hidden when navigation is open on mobile --- diff --git a/static/css/style.css b/static/css/style.css index 0e35e21..4cd1016 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -5007,8 +5007,7 @@ a.text-gray-dark:focus, a.text-gray-dark:hover { color: #263238; } .fixed-top .navbar .navbar-toggler-left { left: -12px; - top: 8px; - z-index: 950; } + top: 8px; } @media (min-width: 576px) { .fixed-top .navbar .navbar-toggler-left { top: 17px; } } @@ -5019,7 +5018,6 @@ a.text-gray-dark:focus, a.text-gray-dark:hover { font-size: 20px; font-weight: 300; opacity: 0; - z-index: 950; margin: 8px 0 0 96px; margin-top: 8px; -webkit-transition: opacity .7s linear;