From 28d93159ec719fe40259d2819a43b9395e848b46 Mon Sep 17 00:00:00 2001 From: Alex Windett Date: Wed, 23 Nov 2016 13:25:54 +0000 Subject: [PATCH] using new class name in rest of css --- ui/src/components/toggle/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/toggle/style.css b/ui/src/components/toggle/style.css index c540ec62..b612b5dc 100644 --- a/ui/src/components/toggle/style.css +++ b/ui/src/components/toggle/style.css @@ -61,7 +61,7 @@ display: none; &:checked { - & + .label { + & + .tgl-label { background: var(--background-confirmed); border: var(--border-confirmed); color: #FFFFFF;