commento.scss: move highlighted to commento-card.scss

This commit is contained in:
Adhityaa Chandrasekar
2019-02-18 17:34:43 -05:00
parent 52ce1e2660
commit 69aba94590
4 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -1578,7 +1578,7 @@
return;
}
classAdd(el, "highlighted");
classAdd(el, "highlighted-card");
el.scrollIntoView(true);
}
}