Skip to content

Commit

Permalink
Fix code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
imagoiq committed Apr 8, 2024
1 parent fb563db commit 9eec980
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions packages/styles/src/components/form-check.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@
margin-right: form-check.$form-check-inline-margin-right;
}

&-input {
&:not([disabled]),
&:not([disabled]) ~ .form-check-label {
cursor: pointer;
}
}

&-input,
&-label {
color: rgba(var(--post-contrast-color-rgb), 0.8);
Expand All @@ -43,6 +36,11 @@
}

&-input {
&:not([disabled]),
&:not([disabled]) ~ .form-check-label {
cursor: pointer;
}

@include utility-mx.focus-style-none();
display: inline-flex;
flex: 0 auto;
Expand Down

0 comments on commit 9eec980

Please sign in to comment.