mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
UX: Fix misaligned topic list border.
This commit is contained in:
parent
aeccc030d6
commit
a4fec28b52
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@
|
|||
}
|
||||
|
||||
.topic-list tr.selected td:first-child, .topic-list-item.selected td:first-child, .topic-post.selected {
|
||||
box-shadow: -2px 0 0 $danger;
|
||||
border-left: 1px solid $danger;
|
||||
box-shadow: -3px 0 0 $danger;
|
||||
}
|
||||
|
||||
.topic-list-item.selected {
|
||||
|
|
Loading…
Reference in a new issue