💄(toolbar): Baseline fix for mark as read

This commit is contained in:
Ben Gotow 2016-02-23 15:56:34 -08:00
parent 40274cfc77
commit 6392073a64
5 changed files with 4 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View file

@ -232,6 +232,10 @@ body.is-blurred {
vertical-align: middle;
display:inline-block;
}
&:active {
.item-back-title { color: mix(@text-color-heading, @black, 30%); }
img.content-mask { background-color: mix(@text-color-heading, @black, 30%); }
}
}
.btn-toolbar {