Merge pull request #4387 from nextcloud/fix-little-glitch
Fix font-weight of settings button
This commit is contained in:
commit
01c9d00e1d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue