From f52ae5228f540da1b58e4a2a9ad7e091b0d2d324 Mon Sep 17 00:00:00 2001 From: Agate Date: Mon, 24 Aug 2020 16:51:11 +0200 Subject: [PATCH] Fixed checkbox styling --- front/src/style/components/_form.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/front/src/style/components/_form.scss b/front/src/style/components/_form.scss index 1620204f9..9d5951a8d 100644 --- a/front/src/style/components/_form.scss +++ b/front/src/style/components/_form.scss @@ -41,4 +41,8 @@ input + .help { #updatePlaylistLabel:before { content: "\200b"; +} + +.ui.toggle.checkbox label::before { + background-color: var(--input-selection-background); } \ No newline at end of file