1
0

fix: new emoji icon and stop streaming button (#277)

This commit is contained in:
Jade Herd
2023-12-14 13:29:16 -05:00
committed by GitHub
parent 879dde16a9
commit 7cb40154d9
5 changed files with 5 additions and 17 deletions

View File

@@ -13,10 +13,6 @@
$brand: $blue;
button[class*="emojiButtonNormal"] > div > div {
filter: grayscale(0.77) hue-rotate(185deg) brightness(1.015) opacity(100%) !important;
}
@import "theme";
.theme-dark {
@import "@catppuccin/highlightjs/sass/catppuccin-frappe";

View File

@@ -13,11 +13,6 @@
$brand: $blue;
button[class*="emojiButtonNormal"] > div > div {
filter: grayscale(0.77) hue-rotate(185deg) brightness(0.7) opacity(100%)
contrast(2) !important;
}
// for dark sidebars :clueless:
:root .theme-dark {
@import "@catppuccin/palette/scss/mocha";

View File

@@ -13,10 +13,6 @@
$brand: $blue;
button[class*="emojiButtonNormal"] > div > div {
filter: grayscale(0.77) hue-rotate(185deg) brightness(1.03) opacity(100%) !important;
}
@import "theme";
.theme-dark {
@import "@catppuccin/highlightjs/sass/catppuccin-macchiato";

View File

@@ -13,10 +13,6 @@
$brand: $blue;
button[class*="emojiButtonNormal"] > div > div {
filter: grayscale(0.77) hue-rotate(185deg) brightness(1.02) opacity(100%) !important;
}
@import "theme";
.theme-dark {
@import "@catppuccin/highlightjs/sass/catppuccin-mocha";

View File

@@ -311,6 +311,11 @@ div[class*="actions_"] {
button svg > path {
fill: $crust !important;
}
// bodge for streaming "close stream" button
div[class^="panelButtonContainer"] button svg > path {
fill: $text !important;
}
}
// Loading tip keys