Skip to content

Commit

Permalink
Refs #277370-fix visual bug when checkbox widget and calendar widget … (
Browse files Browse the repository at this point in the history
#461)

* Refs #277370-fix visual bug when checkbox widget and calendar widget are close

* change z-index for checkbox
  • Loading branch information
tedw87 authored Oct 11, 2024
1 parent 015ed44 commit 148ad50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions theme/themes/eea/modules/checkbox.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
}
}

.ui.checkbox.toggle label::before,
.ui.checkbox.toggle label::after {
z-index: auto;
}

/* Helper text for disabled element */
.ui.disabled.checkbox + label,
.ui.disabled.radio.checkbox + label {
Expand Down

0 comments on commit 148ad50

Please sign in to comment.