Skip to content

Commit

Permalink
pfe-2018 Changed the syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
PriJoh committed Dec 13, 2024
1 parent 445da48 commit 4bd1488
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/less/components/payex/togglebox.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,10 @@
}

/* Theme-white background */
.documentation
.showcase-panel.showcase-panel-advanced
.component-preview
.component-preview-content:has(input[type="checkbox"].theme-white) {
.documentation .showcase-panel.showcase-panel-advanced .component-preview .component-preview-content:has(input[type="checkbox"].theme-white) {
background-color: var(--bg-togglebox-theme-white) !important;
}


/* For theme-grey */
.togglebox:has(input.theme-grey) input[type="checkbox"]:not(:disabled):checked + label:after {
background-color: var(--white);
Expand Down

0 comments on commit 4bd1488

Please sign in to comment.