fix(category-picker): vertical alignment of labels/folders icon

This commit is contained in:
Ben Gotow 2015-11-13 17:42:10 -08:00
parent 697b3855bf
commit 53bca8e2f5

View file

@ -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 {