fix related tags js

This commit is contained in:
Albert Yi
2018-08-02 15:59:49 -07:00
parent 85d7639082
commit 56127c5ac1
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import './cookie'
import './utility'
import Utility from './utility';
import Cookie from './cookie';
let RelatedTag = {};

View File

@@ -7,6 +7,10 @@
&:hover {
color: <%= cssmap["hover"] %>;
}
&.selected {
color: white;
}
}
.ui-widget-content .ui-state-active a.tag-type-<%= category %> {