From b045272951b37fdb9cb3c5afd3f2911c8d647730 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 2 May 2018 14:57:57 +0200 Subject: [PATCH] Add support for a highlighted navigation counter Signed-off-by: Joas Schilling --- core/css/apps.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/css/apps.scss b/core/css/apps.scss index e323195f70..997c6f856f 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -435,6 +435,13 @@ kbd { font-size: 9pt; line-height: 44px; padding: 0 12px; /* Same padding as all li > a in the app-navigation */ + + span.highlighted { + padding: 2px 5px; + border-radius: 10px; + background-color: $color-primary; + color: $color-primary-text; + } } }