diff options
author | Joas Schilling <coding@schilljs.com> | 2019-03-18 16:17:22 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2019-03-18 16:26:18 +0100 |
commit | f6b506bc874e4f593e4098e2ec255ac44f2a4e14 (patch) | |
tree | 10f5286a785ac82a14eebda2987a6fb064ad9df2 /core/templates | |
parent | 4824d278f9e530d7c5111dc75a1186e7b3ec580e (diff) | |
download | nextcloud-server-f6b506bc874e4f593e4098e2ec255ac44f2a4e14.tar.gz nextcloud-server-f6b506bc874e4f593e4098e2ec255ac44f2a4e14.zip |
Style of navigation links in header is too catchy
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/layout.user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index d1f979c6965..9b558b198ee 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -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):?> |