Merge pull request #4387 from nextcloud/fix-little-glitch

Fix font-weight of settings button
This commit is contained in:
Morris Jobke 2017-04-19 14:45:48 -05:00 committed by GitHub
commit 01c9d00e1d
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ kbd {
border-radius: 0;
text-align: left;
padding-left: 42px;
font-weight: 300;
font-weight: 400;
&:hover,
&:focus {
background-color: $color-main-background;