]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix font-weight of Unshare entry
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 7 Apr 2017 18:31:26 +0000 (20:31 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 7 Apr 2017 18:31:26 +0000 (20:31 +0200)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
core/css/apps.scss

index 0c31e5bae442a886a699f8813753873cd56691f9..da1c5162051c4d6e4e743c6558ebb7a5eb9778d6 100644 (file)
@@ -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 {