Skip to content

Commit

Permalink
Preserve color when inverting emojis (#17799)
Browse files Browse the repository at this point in the history
Fixes: #17795
  • Loading branch information
silverwind committed Nov 24, 2021
1 parent 76ad83f commit add85f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_src/less/themes/theme-arc-green.less
Expand Up @@ -560,7 +560,7 @@ td.blob-excerpt {
.emoji[aria-label="paw prints"],
.emoji[aria-label="musical note"],
.emoji[aria-label="musical notes"] {
filter: invert(100%);
filter: invert(100%) hue-rotate(180deg);
}

.edit-diff > div > .ui.table {
Expand Down

0 comments on commit add85f5

Please sign in to comment.