fix control icon alignment in chromium browser

This commit is contained in:
Benjamin Neff 2015-04-20 21:06:17 +02:00
parent fa7a7c5d59
commit 0211da4116

View file

@ -7,7 +7,7 @@
color: $text-grey; color: $text-grey;
font-size: $font-size-text; font-size: $font-size-text;
line-height: $line-height; line-height: $line-height;
vertical-align: top; vertical-align: middle;
&:hover { color: $text; } &:hover { color: $text; }
&.cross { font-size: $line-height; } &.cross { font-size: $line-height; }
} }