mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
Fix editable list input styles
This commit is contained in:
parent
0fd94c1e1e
commit
d008d5f475
1 changed files with 8 additions and 0 deletions
|
@ -51,6 +51,10 @@
|
|||
background: transparent;
|
||||
font-size: inherit;
|
||||
line-height: 1.5;
|
||||
border-radius: 0;
|
||||
&:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
::-webkit-input-placeholder {
|
||||
color: @text-color-inverse-very-subtle;
|
||||
|
@ -63,6 +67,10 @@
|
|||
border: none;
|
||||
border-bottom: 1px solid @border-color-divider;
|
||||
font-size: inherit;
|
||||
border-radius: 0;
|
||||
&:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
::-webkit-input-placeholder {
|
||||
font-style: italic;
|
||||
|
|
Loading…
Reference in a new issue