1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-10 09:15:43 +02:00

Fix broken hover color on column filter icons

This commit is contained in:
chylex 2018-08-15 15:55:02 +02:00
parent 5b6aaec48c
commit c2bcb39b38

View File

@ -384,7 +384,7 @@ a:not(.tweet-detail-action) .reply-triangle {
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 */
filter: saturate(10);
}