1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 17:36:38 +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,12 +95,10 @@
font-size: 14px;
margin: 0 0 10px;
.colored & {
&, a {
.TagTile.colored & {
color: fade(@body-bg, 70%);
}
}
}
.TagTile-children {
font-weight: bold;
font-size: 12px;
@@ -121,11 +119,9 @@
border-top: 1px solid rgba(0, 0, 0, 0.15);
margin: 0 20px;
.colored & {
&, a {
.TagTile.colored & {
color: fade(@body-bg, 70%);
}
}
&:hover .TagTile-lastDiscussion-title {
text-decoration: underline;