From 0aac62096ccb3b47b08c29544868e41514fffdab Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 19 Oct 2017 22:14:17 +0200 Subject: [PATCH] Add blue highlight to active menu entry Signed-off-by: Jan-Christoph Borchardt --- core/css/header.scss | 1 + settings/css/settings.scss | 2 ++ 2 files changed, 3 insertions(+) diff --git a/core/css/header.scss b/core/css/header.scss index 3b20c801c1..c03fa2aa0d 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -424,6 +424,7 @@ nav { &:active, &.active { opacity: 1; + box-shadow: inset 2px 0 $color-primary; } } } diff --git a/settings/css/settings.scss b/settings/css/settings.scss index 85ca66542a..f649ef1a31 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -248,6 +248,8 @@ input { opacity: .75; } &.active { + box-shadow: inset 2px 0 $color-primary; + .menuitem-text { font-weight: 600; }