FIX: show selected topic with above-topic-list-item (#26928)

This commit is contained in:
Dylan Yang
2024-05-13 13:23:13 -07:00
committed by GitHub
parent 6df2f94bbc
commit 84d0ac3a12

View File

@ -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);