[Glitch] Fix broken custom radio buttons & checkboxes in modals

Port 94ad088482769c0b8019dafd18e102eeafa8ad6f to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion 2025-08-25 11:12:46 +02:00 committed by Claire
parent e8fe33f273
commit 2b00895179

View File

@ -5905,10 +5905,21 @@ a.status-card {
z-index: 9999; z-index: 9999;
} }
&__label.disabled { &__label {
cursor: pointer;
display: block;
> span {
display: block;
font-weight: 500;
margin-bottom: 8px;
}
&.disabled {
cursor: default; cursor: default;
opacity: 0.5; opacity: 0.5;
} }
}
&__button { &__button {
color: $primary-text-color; color: $primary-text-color;
@ -6225,17 +6236,6 @@ a.status-card {
} }
} }
.modal-root label {
cursor: pointer;
display: block;
> span {
display: block;
font-weight: 500;
margin-bottom: 8px;
}
}
.video-modal .video-player { .video-modal .video-player {
max-height: 80vh; max-height: 80vh;
max-width: 100vw; max-width: 100vw;