Style of navigation links in header is too catchy
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
4824d278f9
commit
f6b506bc87
|
@ -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;
|
||||||
|
|
|
@ -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):?>
|
||||||
|
|
Loading…
Reference in New Issue