mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-06 08:08:10 +08:00
fix(styles): Actually fix styles for faded recipient list
This commit is contained in:
parent
f4f9db9310
commit
5c6a40ae96
1 changed files with 4 additions and 1 deletions
|
@ -175,7 +175,7 @@ body.platform-win32 {
|
|||
top: 9px;
|
||||
.show-more-fade {
|
||||
position: absolute;
|
||||
width: 220px;
|
||||
width: 190px;
|
||||
height: 37px;
|
||||
right: 0;
|
||||
top: 0;
|
||||
|
@ -297,6 +297,9 @@ body.platform-win32 {
|
|||
.message-item-white-wrap.composer-outer-wrap.focused {
|
||||
box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.28), 0 1px 1.5px rgba(0, 0, 0, 0.08), 0 0 3px @accent-primary;
|
||||
background-color: @background-primary;
|
||||
.show-more-fade {
|
||||
background: linear-gradient(to right, fade(@background-primary, 0%) 0%, fade(@background-primary, 100%) 40%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue