mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-20 22:23:53 +08:00
fix(category-picker): vertical alignment of labels/folders icon
This commit is contained in:
parent
afdeba5dcf
commit
934909a7dd
1 changed files with 6 additions and 4 deletions
|
@ -43,10 +43,12 @@ body.platform-win32 {
|
|||
top: 2px;
|
||||
}
|
||||
|
||||
img.content-mask {
|
||||
position: relative;
|
||||
top:3px;
|
||||
background-color: @text-color-subtle;
|
||||
.item {
|
||||
img.content-mask {
|
||||
position: relative;
|
||||
top:3px;
|
||||
background-color: @text-color-subtle;
|
||||
}
|
||||
}
|
||||
.item.selected, .item.active {
|
||||
img.content-mask {
|
||||
|
|
Loading…
Reference in a new issue