Skip to content

Commit

Permalink
fix: new emoji icon and stop streaming button (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxicAven authored Dec 14, 2023
1 parent 879dde1 commit 7cb4015
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 17 deletions.
4 changes: 0 additions & 4 deletions src/catppuccin-frappe.theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
5 changes: 0 additions & 5 deletions src/catppuccin-latte.theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
4 changes: 0 additions & 4 deletions src/catppuccin-macchiato.theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
4 changes: 0 additions & 4 deletions src/catppuccin-mocha.theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
5 changes: 5 additions & 0 deletions src/components/_details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cb4015

Please sign in to comment.