css: eliminate dead css.

This commit is contained in:
evazion
2021-02-15 17:18:38 -06:00
parent 5be2d420f6
commit 7b0fee6333
8 changed files with 3 additions and 80 deletions

View File

@@ -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 %>