1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 09:26:34 +02:00

Use better selectors for the faded text

This commit is contained in:
Toby Zerner
2015-08-17 15:44:11 +09:30
parent 024349d418
commit 025b6f775c

View File

@@ -95,10 +95,8 @@
font-size: 14px;
margin: 0 0 10px;
.colored & {
&, a {
color: fade(@body-bg, 70%);
}
.TagTile.colored & {
color: fade(@body-bg, 70%);
}
}
.TagTile-children {
@@ -121,10 +119,8 @@
border-top: 1px solid rgba(0, 0, 0, 0.15);
margin: 0 20px;
.colored & {
&, a {
color: fade(@body-bg, 70%);
}
.TagTile.colored & {
color: fade(@body-bg, 70%);
}
&:hover .TagTile-lastDiscussion-title {