mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 17:13:25 +08:00
minor css tweak on local dates style
This commit is contained in:
@ -4,28 +4,20 @@
|
|||||||
|
|
||||||
&.cooked-date {
|
&.cooked-date {
|
||||||
color: $primary;
|
color: $primary;
|
||||||
font-weight: bold;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
border-bottom: 1px dashed $primary-medium;
|
||||||
.relative-time {
|
|
||||||
border-bottom: 1px dashed $primary-low;
|
|
||||||
}
|
|
||||||
|
|
||||||
.d-icon-globe {
|
.d-icon-globe {
|
||||||
margin-right: 0.25em;
|
margin-right: 0.25em;
|
||||||
color: $primary-medium;
|
color: $primary-medium;
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: $primary-high;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&:hover .d-icon-globe {
|
|
||||||
color: $primary-high;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.past {
|
&.past {
|
||||||
font-weight: normal;
|
border-bottom-color: $primary-low-mid;
|
||||||
|
|
||||||
|
.d-icon-globe {
|
||||||
|
color: $primary-low-mid;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user