making topic/post selection left border stronger

This commit is contained in:
Kris Aubuchon 2014-09-06 12:12:22 -04:00
parent a2b9251b22
commit 127c2f3d21
1 changed files with 1 additions and 0 deletions

View File

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