Make tag tile text completely opaque

Setting opacity on Safari makes text unreadable due to weird
antialiasing issues
This commit is contained in:
Toby Zerner 2015-08-17 15:20:18 +09:30
parent 99260f6e0a
commit 1d567ad750

View File

@ -93,7 +93,6 @@
}
.TagTile-description {
font-size: 14px;
opacity: 0.7;
margin: 0 0 10px;
}
.TagTile-children {
@ -112,7 +111,6 @@
text-overflow: ellipsis;
overflow: hidden;
line-height: 21px;
opacity: 0.7;
font-size: 12px;
border-top: 1px solid rgba(0, 0, 0, 0.15);
margin: 0 20px;