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:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user