From 8db3419df1f7c03325de439ef51b062db7e91aee Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 7 Apr 2017 20:31:26 +0200 Subject: [PATCH] Fix font-weight of Unshare entry Signed-off-by: Jan-Christoph Borchardt --- core/css/apps.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index 0c31e5bae44..da1c5162051 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -477,7 +477,7 @@ kbd { border-radius: 0; text-align: left; padding-left: 42px; - font-weight: normal; + font-weight: 300; &:hover, &:focus { background-color: $color-main-background; @@ -667,7 +667,7 @@ kbd { width: auto; height: auto; margin: 0; - font-weight: inherit; + font-weight: 300; box-shadow: none; /* prevent .action class to break the design */ &.action { -- 2.39.5