]> source.dussan.org Git - nextcloud-server.git/commitdiff
Style of navigation links in header is too catchy
authorJoas Schilling <coding@schilljs.com>
Mon, 18 Mar 2019 15:17:22 +0000 (16:17 +0100)
committerJoas Schilling <coding@schilljs.com>
Mon, 18 Mar 2019 15:26:18 +0000 (16:26 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
core/css/header.scss
core/templates/layout.user.php

index 93b56900f1686f35b37170e460323f797d622c3d..d15119aa40f334a3b502f2f60e2177b2856c0cad 100644 (file)
                }
 
                /* Use by the apps menu and the settings right menu */
-               ul {
+               &.settings-menu > ul {
                        li {
                                a {
                                        display: inline-flex;
index d1f979c6965c5e767d4b6b356c5a77c231406436..9b558b198ee978456e599a928074d8d7b756f4e2 100644 (file)
                                                </div>
                                                <div id="expandDisplayName" class="icon-settings-white"></div>
                                        </div>
-                                       <nav id="expanddiv" style="display:none;"
+                                       <nav class="settings-menu" id="expanddiv" style="display:none;"
                                                aria-label="<?php p($l->t('Settings menu'));?>">
                                        <ul>
                                        <?php foreach($_['settingsnavigation'] as $entry):?>