From: Jan-Christoph Borchardt Date: Fri, 7 Apr 2017 18:31:26 +0000 (+0200) Subject: Fix font-weight of Unshare entry X-Git-Tag: v12.0.0beta1~206^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8db3419df1f7c03325de439ef51b062db7e91aee;p=nextcloud-server.git Fix font-weight of Unshare entry Signed-off-by: Jan-Christoph Borchardt --- 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 {