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:
parent
35e8d489de
commit
331296e851
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue