Merge pull request #14739 from nextcloud/bugfix/noid/header-link-navigation-style-is-too-catchy

Style of navigation links in header is too catchy
This commit is contained in:
Roeland Jago Douma 2019-03-19 13:47:28 +01:00 committed by GitHub
commit 04bc272c72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -112,7 +112,8 @@
}
/* Use by the apps menu and the settings right menu */
ul {
#apps > ul,
&.settings-menu > ul {
li {
a {
display: inline-flex;

View File

@ -131,7 +131,7 @@
</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):?>