1
0
mirror of https://github.com/flarum/core.git synced 2025-08-12 03:14:33 +02:00

fix: TagTiles last posted

This commit is contained in:
protoclown
2022-10-18 20:06:19 +02:00
parent b22515f982
commit 8e62e2469a

View File

@@ -135,8 +135,13 @@
border-top: 1px solid rgba(0, 0, 0, 0.15);
margin: 0 20px;
.TagTile.colored & {
color: fade(@body-bg, 70%);
.TagTile.colored.tag-dark & {
color: fade(@text-on-dark, 70%);
border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.TagTile.colored.tag-light & {
color: fade(@text-on-light, 70%);
border-top: 1px solid rgba(0, 0, 0, 0.15);
}
&:hover .TagTile-lastPostedDiscussion-title {