Compare commits
1 Commits
master
...
develop-fi
Author | SHA1 | Date |
---|---|---|
Konstantina Galouni | cd42415968 |
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue