mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #3902 from tgxworld/fix_inconsistent_border
UX: Fix misaligned topic list border.
This commit is contained in:
commit
4ec29f71f1
@ -3,8 +3,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.topic-list tr.selected td:first-child, .topic-list-item.selected td:first-child, .topic-post.selected {
|
.topic-list tr.selected td:first-child, .topic-list-item.selected td:first-child, .topic-post.selected {
|
||||||
box-shadow: -2px 0 0 $danger;
|
box-shadow: -3px 0 0 $danger;
|
||||||
border-left: 1px solid $danger;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-list-item.selected {
|
.topic-list-item.selected {
|
||||||
|
Loading…
Reference in New Issue
Block a user