Skip to content

Commit

Permalink
fix: jquery func fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hinakhadim committed Sep 6, 2024
1 parent 643cd38 commit 6e9cd62
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,6 @@ header.global-header {
opacity: 0;
width: 0;
height: 0;

&:checked + .slider:before{
transform: translateX(19px);
}
}

/* The slider */
Expand Down Expand Up @@ -334,6 +330,7 @@ body.indigo-dark-theme {
.slider {
background-color: #ccc;
&::before{
transform: translateX(19px);
box-shadow: 0 0 1px $primary-d;
}
}
Expand Down

0 comments on commit 6e9cd62

Please sign in to comment.