Fixing JK highlighting for Edge

This commit is contained in:
Kris 2018-07-16 14:51:05 -04:00
parent 2786c79354
commit 35e8d489de
1 changed files with 5 additions and 2 deletions

View File

@ -5,10 +5,13 @@
.topic-list tr.selected td:first-child,
.topic-list-item.selected td:first-child,
.latest-topic-list-item.selected,
.latest-topic-list-item.selected {
box-shadow: inset 3px 0 0 $danger; // needs to be inset for Edge
}
.featured-topic.selected,
.topic-post.selected {
box-shadow: -3px 0 0 $danger;
box-shadow: inset 3px 0 0 $danger; // needs to be inset for Edge
}
.latest .featured-topic {