Improve accessibility of visibility modal dropdowns (#36068)

This commit is contained in:
diondiondion
2025-09-09 19:44:43 +02:00
committed by GitHub
parent 66d73fc213
commit 377e870348
5 changed files with 150 additions and 120 deletions

View File

@@ -5694,20 +5694,15 @@ a.status-card {
z-index: 9999;
}
&.disabled {
opacity: 0.6;
cursor: default;
}
&__label {
cursor: pointer;
display: block;
> span {
display: block;
font-weight: 500;
margin-bottom: 8px;
}
&.disabled {
cursor: default;
opacity: 0.5;
}
font-weight: 500;
margin-bottom: 8px;
}
&__button {