css: eliminate dead css.
This commit is contained in:
@@ -12,10 +12,6 @@
|
||||
&:hover {
|
||||
color: <%= cssmap["hover"] %>;
|
||||
}
|
||||
|
||||
&.selected {
|
||||
color: var(--selected-tag-color);
|
||||
}
|
||||
}
|
||||
|
||||
.ui-widget-content .ui-state-active a.tag-type-<%= category %> {
|
||||
@@ -28,9 +24,5 @@
|
||||
&:hover {
|
||||
color: <%= cssmap["hover"] %>;
|
||||
}
|
||||
|
||||
&.selected {
|
||||
color: var(--selected-tag-color);
|
||||
}
|
||||
}
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user