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:
@@ -95,10 +95,8 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin: 0 0 10px;
|
margin: 0 0 10px;
|
||||||
|
|
||||||
.colored & {
|
.TagTile.colored & {
|
||||||
&, a {
|
color: fade(@body-bg, 70%);
|
||||||
color: fade(@body-bg, 70%);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.TagTile-children {
|
.TagTile-children {
|
||||||
@@ -121,10 +119,8 @@
|
|||||||
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;
|
||||||
|
|
||||||
.colored & {
|
.TagTile.colored & {
|
||||||
&, a {
|
color: fade(@body-bg, 70%);
|
||||||
color: fade(@body-bg, 70%);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover .TagTile-lastDiscussion-title {
|
&:hover .TagTile-lastDiscussion-title {
|
||||||
|
Reference in New Issue
Block a user