Merge pull request #11998 from Kolcha/filter-list

Inherit text color for filter list elements
This commit is contained in:
Mike Tzou
2020-02-14 11:34:55 +08:00
committed by GitHub

View File

@@ -457,6 +457,7 @@ ul.filterList a {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: inherit;
}
ul.filterList li:hover {