Merge pull request #2764 from awesomerobot/master

making topic/post selection left border stronger
This commit is contained in:
Jeff Atwood 2014-09-06 12:26:23 -07:00
commit 5b892df2b4
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;
}