Skip to content

Commit

Permalink
Fix: Make keybinds text/arrows visible (#316)
Browse files Browse the repository at this point in the history
* Fix: Make keybinds text/arrows visible

* Remove text colour override

* Remove text colour override
  • Loading branch information
DokterKaj authored Aug 16, 2024
1 parent 26ab641 commit 8460ceb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
5 changes: 0 additions & 5 deletions src/components/_chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -267,11 +267,6 @@ div[class^="chat"] > div[class^="content"] > div[class^="container"] {
background-color: $base;
}

// Help keys
div[class^="matchingPostsRow"] span[class^="key"] {
color: $crust !important;
}

// forum icons
div[class^="pinIcon"],
div[class^="stepStatus"] {
Expand Down
18 changes: 3 additions & 15 deletions src/components/_popouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -565,15 +565,12 @@ button#reaction-picker-tab div[class^="contents"] {
color: $crust;
}

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

div[class^="keybindShortcut"] span[class^="key"] {
color: $crust;

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

Expand Down Expand Up @@ -713,15 +710,6 @@ div[class^="layerContainer"] div[class^="pencilContainer"] {
}
}

// Keybinds popout
div[class^="keyboardShortcutsModal"] span[class^="key"] {
color: $crust !important;

svg g {
fill: $crust !important;
}
}

// Server tooltips
[class*="disabledPointerEvents"] {
--background-floating: #{$surface0};
Expand Down

0 comments on commit 8460ceb

Please sign in to comment.