the span highlight expand quote CSS went missing
This commit is contained in:
parent
ad90d9710d
commit
a83859ea59
|
@ -1022,7 +1022,7 @@ a.attachment:before {
|
|||
content: "\f0e0";
|
||||
}
|
||||
|
||||
.topic-meta-data {
|
||||
.topic-meta-data {
|
||||
margin-bottom: 10px;
|
||||
|
||||
&:after {
|
||||
|
@ -1042,4 +1042,8 @@ a.attachment:before {
|
|||
a {color: scale-color($primary, $lightness: 50%);}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
span.highlighted {
|
||||
background-color: $highlight;
|
||||
}
|
Loading…
Reference in New Issue