diff --git a/assets/styles/base.less b/assets/styles/base.less index 1a47353821..3bb9d506c1 100644 --- a/assets/styles/base.less +++ b/assets/styles/base.less @@ -232,25 +232,22 @@ button { .switch-container { .switch-button-control { .switch-button { + border: 0.125rem solid var(--flair-color); + box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.33); + .sw-button { - border: 2px solid var(--flair-color); &:extend(.background-flair); + &:extend(.switch-off-glow-flair); } - border: 2px solid var(--flair-color); - box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.33); - } - .switch-button.enabled { - &:extend(.background-flair); - &:extend(.glow-flair); - .sw-button { - background: @white !important; - } - } + &.enabled { + &:extend(.background-flair); + &:extend(.glow-flair); - .switch-button { - .sw-button { - &:extend(.switch-off-glow-flair); + .sw-button { + border: 0.2rem solid var(--flair-color); + background: @white !important; + } } } } diff --git a/components/interactables/Switch/Switch.html b/components/interactables/Switch/Switch.html index 38adeaf634..123d4f4bbf 100644 --- a/components/interactables/Switch/Switch.html +++ b/components/interactables/Switch/Switch.html @@ -1,6 +1,10 @@