From f6b506bc874e4f593e4098e2ec255ac44f2a4e14 Mon Sep 17 00:00:00 2001
From: Joas Schilling <coding@schilljs.com>
Date: Mon, 18 Mar 2019 16:17:22 +0100
Subject: [PATCH] Style of navigation links in header is too catchy

Signed-off-by: Joas Schilling <coding@schilljs.com>
---
 core/css/header.scss           | 2 +-
 core/templates/layout.user.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/css/header.scss b/core/css/header.scss
index 93b56900f16..d15119aa40f 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -112,7 +112,7 @@
 		}
 
 		/* Use by the apps menu and the settings right menu */
-		ul {
+		&.settings-menu > ul {
 			li {
 				a {
 					display: inline-flex;
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):?>
-- 
GitLab