Compare commits

...

1 Commits

1 changed files with 12 additions and 0 deletions

View File

@ -237,6 +237,18 @@ noscript, ol, section, table, tfoot, ul, video;
}
}
/** Search filter */
@label-search-filter-background: @uk-label-secondary;
@label-search-filter-color: @global-inverse-color;
.selected-filter-icon circle {
fill: @label-search-filter-background;
}
.selected-filter-icon text {
color: @label-search-filter-color;
}
/* Download drop */
.download-drop {