Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Pratt committed Aug 22, 2022
1 parent d36b6bf commit 37ba273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scss/_components.toggles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
}

input:disabled + .c-toggle__track {
cursor: not-allowed;
background: var(--color-disabled-background);
cursor: not-allowed;

.c-toggle__handle {
cursor: not-allowed;
background: var(--color-disabled-background);
cursor: not-allowed;
}
}

Expand Down

0 comments on commit 37ba273

Please sign in to comment.