From d92310ac2b924ad695630308f75ba11e2831e4c0 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 27 Sep 2017 12:26:24 +0200 Subject: [PATCH] Adjust settings navigation heading style Signed-off-by: Jan-Christoph Borchardt --- settings/css/settings.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/settings/css/settings.scss b/settings/css/settings.scss index ab8d69b3a4..84939b0179 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -1267,7 +1267,14 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { .settings-caption { font-weight: bold; line-height: 44px; - padding: 0 12px; + padding: 0 44px; white-space: nowrap; text-overflow: ellipsis; + // !important to overwrite specific hover and focus + opacity: .4 !important; + box-shadow: none !important; + + &:not(:first-child) { + margin-top: 22px; + } }