mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-26 01:53:13 +08:00
fix(lint): fix linting css errors
This commit is contained in:
parent
3f55979beb
commit
9a0fce22c4
2 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
|||
max-height:400px;
|
||||
background-color: @background-color;
|
||||
transform: translate(-50%,-100%);
|
||||
box-shadow: 0px 4px 30px rgba(0,0,0,0.19), inset 0px 0px 1px rgba(0,0,0,0.5);
|
||||
box-shadow: 0 4px 30px rgba(0,0,0,0.19), inset 0 0 1px rgba(0,0,0,0.5);
|
||||
border-radius: @border-radius-base;
|
||||
z-index: 40;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ body {
|
|||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
input, textarea, *[contenteditable], {
|
||||
input, textarea, div[contenteditable], {
|
||||
-webkit-user-select: auto;
|
||||
user-select: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue