diff options
author | Julius Härtl <jus@bitgrid.net> | 2019-02-19 09:12:05 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-02-19 09:12:05 +0100 |
commit | 4d62c0a889865bf6a68f8d810075c216160e6ebf (patch) | |
tree | 330856dccbfc284bc28e91f1485ccf0ac596d703 /core | |
parent | d43095e17b37a3a9a967b0695f5322dfd0f58f16 (diff) | |
download | nextcloud-server-4d62c0a889865bf6a68f8d810075c216160e6ebf.tar.gz nextcloud-server-4d62c0a889865bf6a68f8d810075c216160e6ebf.zip |
Fix header label visibility on open menu
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/header.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 6d863ab237a..93b56900f16 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -572,11 +572,6 @@ nav[role='navigation'] { li a:focus::before { z-index: 101; } - &.menu-open li:hover a::before, - &.menu-open li a.active::before, - &.menu-open li:hover span { - display: none !important; - } li.hidden { display: none; |