diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-03-19 13:47:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-19 13:47:28 +0100 |
commit | 04bc272c728f0f193ea8c86f0127c8a02dfaf545 (patch) | |
tree | 06a7d71c34a92599efd14ef4742146f3d544b630 /core/templates | |
parent | ff6f105ea6a37107e7c6e12bcace010490c93c58 (diff) | |
parent | 1f925ca4c517f3e13cc5965c35bd1ca7095b87ea (diff) | |
download | nextcloud-server-04bc272c728f0f193ea8c86f0127c8a02dfaf545.tar.gz nextcloud-server-04bc272c728f0f193ea8c86f0127c8a02dfaf545.zip |
Merge pull request #14739 from nextcloud/bugfix/noid/header-link-navigation-style-is-too-catchy
Style of navigation links in header is too catchy
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):?> |