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:
@@ -135,8 +135,13 @@
|
|||||||
border-top: 1px solid rgba(0, 0, 0, 0.15);
|
border-top: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
margin: 0 20px;
|
margin: 0 20px;
|
||||||
|
|
||||||
.TagTile.colored & {
|
.TagTile.colored.tag-dark & {
|
||||||
color: fade(@body-bg, 70%);
|
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 {
|
&:hover .TagTile-lastPostedDiscussion-title {
|
||||||
|
Reference in New Issue
Block a user