mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
the span highlight expand quote CSS went missing
This commit is contained in:
parent
ad90d9710d
commit
a83859ea59
@ -1022,24 +1022,28 @@ a.attachment:before {
|
|||||||
content: "\f0e0";
|
content: "\f0e0";
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-meta-data {
|
.topic-meta-data {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
||||||
&:after {
|
|
||||||
visibility: hidden;
|
|
||||||
display: block;
|
|
||||||
font-size: 0;
|
|
||||||
content: " ";
|
|
||||||
clear: both;
|
|
||||||
height: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-info {
|
|
||||||
display: inline-block;
|
|
||||||
float: right;
|
|
||||||
font-size: 12px;
|
|
||||||
margin-top: 1px;
|
|
||||||
a {color: scale-color($primary, $lightness: 50%);}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
&:after {
|
||||||
|
visibility: hidden;
|
||||||
|
display: block;
|
||||||
|
font-size: 0;
|
||||||
|
content: " ";
|
||||||
|
clear: both;
|
||||||
|
height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-info {
|
||||||
|
display: inline-block;
|
||||||
|
float: right;
|
||||||
|
font-size: 12px;
|
||||||
|
margin-top: 1px;
|
||||||
|
a {color: scale-color($primary, $lightness: 50%);}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
span.highlighted {
|
||||||
|
background-color: $highlight;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user