Fixing JK highlighting for Edge
This commit is contained in:
parent
2786c79354
commit
35e8d489de
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue