mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08: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 {
|
||||
border-left: 1px solid transparent;
|
||||
}
|
||||
|
||||
.topic-list tr.selected td:first-child,
|
||||
.topic-list-item.selected td:first-child,
|
||||
.topic-list tr.selected td:first-of-type,
|
||||
.topic-list-item.selected td:first-of-type,
|
||||
.latest-topic-list-item.selected,
|
||||
.search-results .fps-result.selected {
|
||||
box-shadow: inset 3px 0 0 var(--quaternary);
|
||||
|
Reference in New Issue
Block a user