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