diff --git a/src/components/_buttons.scss b/src/components/_buttons.scss index 1c08ec01c..cad0fc133 100644 --- a/src/components/_buttons.scss +++ b/src/components/_buttons.scss @@ -2,6 +2,7 @@ [class*="lookFilled_"] { &[class*="colorBrand_"], &[class*="colorBrandNew_"], + &[class*="colorBrandInverted_"], &[class*="colorLink_"], &[class*="colorYellow_"], &[class*="colorRed_"], @@ -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; +} diff --git a/src/components/_details.scss b/src/components/_details.scss index 223483d3b..68abf1de5 100644 --- a/src/components/_details.scss +++ b/src/components/_details.scss @@ -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; } diff --git a/src/components/_pages.scss b/src/components/_pages.scss index d8765f21f..7f07ca542 100644 --- a/src/components/_pages.scss +++ b/src/components/_pages.scss @@ -114,16 +114,6 @@ div[class^="contentRegion"] { } } - #keybinds-tab { - span[class*="key"] { - color: $crust; - - g { - fill: $crust; - } - } - } - #subscriptions-tab { [class^="sectionAccountCredit"], [class^="subscriptionDetails"] {