Skip to content

Commit

Permalink
fix: Most shenanigans related to new user popouts (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxicAven authored Jun 24, 2024
1 parent 01fcb74 commit 0fdf59a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/_details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ span[class*="username_"][style*="color: rgb(53, 57, 64)"] {

// server badges
div[class^="flowerStarContainer"] {
&[class*="verified_"] {
&[class*="verified_"],
&[class*="connectedAccountVerifiedIcon_"] {
svg[class^="flowerStar"] path {
fill: $green;
}
Expand Down
9 changes: 9 additions & 0 deletions src/components/_popouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,15 @@ div[class*="userProfileOuter_"] {
}
}

// Thought bubble
div[class^="userPopoutInner"] div[class^="statusBubbleOuter"] {
&:before,
&:after,
div[class^="statusBubble"] {
background-color: $mantle;
}
}

[class*="layerContainer_"] [id^="slate_toolbar"] {
background-color: var(--background-floating);

Expand Down
2 changes: 2 additions & 0 deletions src/components/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@ html {
--deprecated-card-bg: #{adjust-color($crust, $alpha: -0.4)};
--deprecated-card-editable-bg: #{adjust-color($crust, $alpha: -0.7)};

--bg-mod-faint: #{$mantle};

--deprecated-store-bg: #{$base};
--deprecated-quickswitcher-input-background: #{darken(
$surface2,
Expand Down

0 comments on commit 0fdf59a

Please sign in to comment.