mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Fix font-weight of Unshare entry
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
11b46389af
commit
8db3419df1
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue