mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: show selected topic with above-topic-list-item (#26928)
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
.topic-list-item td:first-child,
|
.topic-list-item td:first-of-type,
|
||||||
.topic-post {
|
.topic-post {
|
||||||
border-left: 1px solid transparent;
|
border-left: 1px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-list tr.selected td:first-child,
|
.topic-list tr.selected td:first-of-type,
|
||||||
.topic-list-item.selected td:first-child,
|
.topic-list-item.selected td:first-of-type,
|
||||||
.latest-topic-list-item.selected,
|
.latest-topic-list-item.selected,
|
||||||
.search-results .fps-result.selected {
|
.search-results .fps-result.selected {
|
||||||
box-shadow: inset 3px 0 0 var(--quaternary);
|
box-shadow: inset 3px 0 0 var(--quaternary);
|
||||||
|
|||||||
Reference in New Issue
Block a user