From 827c9f3ba0e39f10c44a9c8033432652818cf681 Mon Sep 17 00:00:00 2001 From: Julien Maille Date: Sun, 27 Feb 2022 20:10:00 +0100 Subject: [PATCH] proper fix for #174 #169 and recent css changes --- src/styles/Inputs.scss | 2 +- src/styles/main.scss | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/styles/Inputs.scss b/src/styles/Inputs.scss index f834285..043c905 100644 --- a/src/styles/Inputs.scss +++ b/src/styles/Inputs.scss @@ -1,4 +1,4 @@ -button.main-button { +.main-button { &-primary { $color: spiceColor("subtext"); color: $color; diff --git a/src/styles/main.scss b/src/styles/main.scss index 30444ce..7888808 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -1330,12 +1330,6 @@ canvas[width="250"][height="250"] { font-size: 10px; } -// fix play buttons color going green (#174) -.encore-bright-accent-set { - --background-highlight: var(--spice-button) !important; - --background-press: var(--spice-button-active) !important; -} - // hide the triangle under the connect button .control-button--active::after { display: none;