Skip to content

Commit

Permalink
Merge pull request #6265 from nextcloud-libraries/fix/noid/links-insi…
Browse files Browse the repository at this point in the history
…de-todo

style(NcCheckboxRadioSwitch): fix styles in disabled state
  • Loading branch information
Antreesy authored Nov 27, 2024
2 parents 7400804 + 89fc7f2 commit 4d8e264
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,10 @@ export default {
:deep(.checkbox-radio-switch__icon) > * {
color: var(--color-main-text)
}
&.checkbox-content,
&.checkbox-content :deep(*:not(a)) {
cursor: default !important;
}
}

&:not(&--disabled, &--checked):focus-within &__content,
Expand Down

0 comments on commit 4d8e264

Please sign in to comment.