1
0
mirror of https://github.com/flarum/core.git synced 2025-08-15 04:44:08 +02:00

Give tags item explicit opacity

Since core now makes all DiscussionListItem-info items faded by default.
This commit is contained in:
Toby Zerner
2015-09-14 15:19:45 +09:30
parent 48f232509b
commit c762caa921

View File

@@ -28,6 +28,7 @@
} }
.DiscussionListItem-info > .item-tags { .DiscussionListItem-info > .item-tags {
margin-right: 4px; margin-right: 4px;
opacity: 1;
} }
@media @tablet-up { @media @tablet-up {
.IndexPage, .UserPage { .IndexPage, .UserPage {