WebUI: Use proper text color to highlight items in all filter lists

Previously, text color of selected filter items was not applied correctly in all situations, making them difficult to read.
This improves existing styles so that text is always correctly distinguished from the background.

This fixes issue from second post in https://github.com/qbittorrent/qBittorrent/issues/21426

PR #21507.
This commit is contained in:
skomerko
2024-10-07 16:13:50 +02:00
committed by GitHub
parent b2fab43865
commit 403b7c7c35

View File

@@ -529,7 +529,7 @@ ul.filterList {
ul.filterList a,
ul.filterList span.link {
color: var(--color-text-default);
color: inherit;
cursor: pointer;
display: block;
overflow: hidden;