Skip to content

Commit

Permalink
WebUI: Don't apply hover / selection styles to flag icons
Browse files Browse the repository at this point in the history
  • Loading branch information
skomerko committed Aug 20, 2024
1 parent 9c370bf commit 7f49f29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/webui/www/private/css/dynamicTable.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 7f49f29

Please sign in to comment.