Skip to content

Commit

Permalink
fix: GC typing icon + untheme title bar in VC + theme more keybinds +…
Browse files Browse the repository at this point in the history
… theme matchingPostsRow in forums (#327)

* Fix GC typing icon.scss

* Make title bar transparent in VC again.scss

* Fix occassional unthemed keybind in startup tips

* formatting

* remove trailing comma

* fix matchingPostsRow
  • Loading branch information
DokterKaj authored Sep 13, 2024
1 parent 247950e commit 9685264
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
3 changes: 2 additions & 1 deletion src/components/_details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ rect[fill="#23a55a"],
rect[fill="#299f5b"],
foreignObject[mask="url(#svg-mask-status-online)"] > div,
div[class^="dotOnline"],
i[class^="statusOnline"] {
i[class^="statusOnline"],
div[style*="background-color: rgb(35, 165, 90)"] {
fill: $green !important;
background-color: $green !important;
}
Expand Down
5 changes: 0 additions & 5 deletions src/components/_pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -664,11 +664,6 @@ div[class^="homeContainer"] {
}
}

// the header for the public server home
section[class^="title"] {
background: var(--background-primary) !important;
}

div[class^="categoryItem"][class*="selectedCategoryItem"],
button[class*="lookFilled"] div[class*="addButton"] {
// color when selected or if button
Expand Down
8 changes: 2 additions & 6 deletions src/components/_popouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -566,12 +566,8 @@ button#reaction-picker-tab div[class^="contents"] {
}

// Keybinds popout
div[class*="keyboardShortcutsModal_"] {
background-color: $mantle !important;

span[class^="key"] svg g {
fill: $text !important;
}
div[class^="combo_"] span[class^="key"] svg g {
fill: $text !important;
}

div[class^="planOptionClickableContainer"] {
Expand Down
1 change: 1 addition & 0 deletions src/components/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ html {
--deprecated-card-editable-bg: #{adjust-color($crust, $alpha: -0.7)};

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

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

0 comments on commit 9685264

Please sign in to comment.