From 606cc2c42caa988231fd367aefecb73fb112734f Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 20 Sep 2018 22:38:03 +0200 Subject: [PATCH] fix theme switch visibility --- .../molecules/ThemeSwitch.module.scss | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/components/molecules/ThemeSwitch.module.scss b/src/components/molecules/ThemeSwitch.module.scss index 0e757fc..45f6fc6 100644 --- a/src/components/molecules/ThemeSwitch.module.scss +++ b/src/components/molecules/ThemeSwitch.module.scss @@ -17,10 +17,6 @@ width: .7rem; height: .7rem; } - - :global(.dark) & { - fill: $brand-grey; - } } } @@ -54,24 +50,11 @@ $knob-space: 1px; transition: transform .2s $easing; transform: translate3d(0, 0, 0); } - - :global(.dark) & { - border-color: $brand-grey; - - &::after { - background-color: $brand-grey; - } - } } .checkbox { position: relative; cursor: pointer; - opacity: .6; - - :global(.dark) & { - opacity: .8; - } [type='checkbox'], .label {