mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-24 10:16:00 +03: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:
parent
7ab4758279
commit
58eab8d453
2 changed files with 2 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue