2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Fix for JK highlighting, typo

This commit is contained in:
Kris 2018-07-16 14:52:00 -04:00
parent 35e8d489de
commit 331296e851

View file

@ -11,7 +11,7 @@
.featured-topic.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 {