fix related tags js
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import './cookie'
|
||||
import './utility'
|
||||
import Utility from './utility';
|
||||
import Cookie from './cookie';
|
||||
|
||||
let RelatedTag = {};
|
||||
|
||||
|
||||
@@ -7,6 +7,10 @@
|
||||
&:hover {
|
||||
color: <%= cssmap["hover"] %>;
|
||||
}
|
||||
|
||||
&.selected {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-widget-content .ui-state-active a.tag-type-<%= category %> {
|
||||
|
||||
Reference in New Issue
Block a user