Style of navigation links in header is too catchy

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2019-03-18 16:17:22 +01:00
parent 4824d278f9
commit f6b506bc87
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -131,7 +131,7 @@
</div> </div>
<div id="expandDisplayName" class="icon-settings-white"></div> <div id="expandDisplayName" class="icon-settings-white"></div>
</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'));?>"> aria-label="<?php p($l->t('Settings menu'));?>">
<ul> <ul>
<?php foreach($_['settingsnavigation'] as $entry):?> <?php foreach($_['settingsnavigation'] as $entry):?>