From 6e9cd629f23ef205b717fa9668eb60c903039e16 Mon Sep 17 00:00:00 2001 From: hinakhadim Date: Fri, 6 Sep 2024 12:20:19 +0500 Subject: [PATCH] fix: jquery func fix --- .../templates/indigo/lms/static/sass/extra/_header.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tutorindigo/templates/indigo/lms/static/sass/extra/_header.scss b/tutorindigo/templates/indigo/lms/static/sass/extra/_header.scss index ca24f71d..5e035c88 100644 --- a/tutorindigo/templates/indigo/lms/static/sass/extra/_header.scss +++ b/tutorindigo/templates/indigo/lms/static/sass/extra/_header.scss @@ -210,10 +210,6 @@ header.global-header { opacity: 0; width: 0; height: 0; - - &:checked + .slider:before{ - transform: translateX(19px); - } } /* The slider */ @@ -334,6 +330,7 @@ body.indigo-dark-theme { .slider { background-color: #ccc; &::before{ + transform: translateX(19px); box-shadow: 0 0 1px $primary-d; } }