making topic/post selection left border stronger
This commit is contained in:
parent
a2b9251b22
commit
127c2f3d21
|
@ -3,6 +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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue