Skip to content

Commit

Permalink
fix: activity panel buttons colour + others (#334)
Browse files Browse the repository at this point in the history
* fix: activity panel buttons colour

* fix: keybinds colour in settings

* fix: stream settings + Nitro subscribe text colour
  • Loading branch information
DokterKaj authored Nov 11, 2024
1 parent 3f9220f commit d5e6287
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 18 deletions.
6 changes: 6 additions & 0 deletions src/components/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[class*="lookFilled_"] {
&[class*="colorBrand_"],
&[class*="colorBrandNew_"],
&[class*="colorBrandInverted_"],
&[class*="colorLink_"],
&[class*="colorYellow_"],
&[class*="colorRed_"],
Expand Down Expand Up @@ -151,3 +152,8 @@ div[role="radio"][class*="selected"] {
div[class^="layerContainer"] button[class^="backButton"][class*="lookBlank"] {
color: $text;
}

// Make stream settings selected buttons text legible
.vcd-screen-picker-radio[data-checked=true] > [class^="defaultColor_"] {
color: $crust;
}
12 changes: 4 additions & 8 deletions src/components/_details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -336,13 +336,9 @@ div[class*="actions_"] {
button[class*="red_"] {
background: $red;
}
}

button svg > path {
fill: $crust !important;
}

// bodge for streaming "close stream" button
div[class^="panelButtonContainer"] button svg > path {
fill: $text !important;
}
// "G" in Go Live icon
[class^="gameWrapper_"] [class^="icon_"] {
color: $crust;
}
10 changes: 0 additions & 10 deletions src/components/_pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,6 @@ div[class^="contentRegion"] {
}
}

#keybinds-tab {
span[class*="key"] {
color: $crust;

g {
fill: $crust;
}
}
}

#subscriptions-tab {
[class^="sectionAccountCredit"],
[class^="subscriptionDetails"] {
Expand Down

0 comments on commit d5e6287

Please sign in to comment.