mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
WebUI: Don't apply hover/selection styles to flag, highlighted category icons
Related: https://github.com/qbittorrent/qBittorrent/pull/21162#discussion_r1721799836 Fix up: #21162. PR #21236.
This commit is contained in:
@@ -52,8 +52,7 @@ tr.dynamicTableHeader {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.dynamicTable tr.selected img,
|
||||
.dynamicTable tr:hover img {
|
||||
.dynamicTable tr:is(:hover, .selected) img:not(.flags) {
|
||||
filter: var(--color-icon-hover);
|
||||
}
|
||||
|
||||
|
||||
@@ -251,7 +251,7 @@ a.propButton img {
|
||||
color: var(--color-text-white);
|
||||
}
|
||||
|
||||
.contextMenu li a:hover img {
|
||||
.contextMenu li a:hover img:not(.highlightedCategoryIcon) {
|
||||
filter: var(--color-icon-hover);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user