Fix for JK highlighting, typo
This commit is contained in:
parent
35e8d489de
commit
331296e851
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
.featured-topic.selected,
|
.featured-topic.selected,
|
||||||
.topic-post.selected {
|
.topic-post.selected {
|
||||||
box-shadow: inset 3px 0 0 $danger; // needs to be inset for Edge
|
box-shadow: -3px 0 0 $danger;
|
||||||
}
|
}
|
||||||
|
|
||||||
.latest .featured-topic {
|
.latest .featured-topic {
|
||||||
|
|
Loading…
Reference in New Issue