fix: don't invert dark emojis in Latte

main
winston 2023-04-30 16:14:33 +02:00
parent 30be5f7109
commit 4ade14fd5d
No known key found for this signature in database
GPG Key ID: 3786770EDBC2B481
1 changed files with 24 additions and 22 deletions

View File

@ -203,6 +203,7 @@
--color-active-line: #{$surface1}; --color-active-line: #{$surface1};
} }
@if $isDark {
/* invert emojis that are hard to read otherwise */ /* invert emojis that are hard to read otherwise */
.emoji[aria-label="check mark"], .emoji[aria-label="check mark"],
.emoji[aria-label="currency exchange"], .emoji[aria-label="currency exchange"],
@ -226,6 +227,7 @@
.emoji[aria-label="musical notes"] { .emoji[aria-label="musical notes"] {
filter: invert(100%) hue-rotate(180deg); filter: invert(100%) hue-rotate(180deg);
} }
}
.ui.ui.ui.button:not(.inverted, .basic), .ui.ui.ui.button:not(.inverted, .basic),
.ui.ui.ui.label:not(.inverted, .basic) { .ui.ui.ui.label:not(.inverted, .basic) {