mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-29 03:15:51 +02:00
Fix broken hover color on column filter icons
This commit is contained in:
parent
5b6aaec48c
commit
c2bcb39b38
@ -384,7 +384,7 @@ a:not(.tweet-detail-action) .reply-triangle {
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-message.is-actionable span:hover > .icon-small-valigned {
|
.column-message.is-actionable > span:hover .icon {
|
||||||
/* add a visual response when hovering individual filter icons; black theme uses a value of 20 */
|
/* add a visual response when hovering individual filter icons; black theme uses a value of 20 */
|
||||||
filter: saturate(10);
|
filter: saturate(10);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user