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