stream_settings: Fix cursor not being disabled due to specificity issue.

This commit is contained in:
Sayam Samal
2023-12-01 10:11:39 +05:30
committed by Tim Abbott
parent 2f1ea2fe4e
commit 35ddb994e9

View File

@@ -56,7 +56,7 @@
.sub_setting_checkbox {
display: flex;
& .control-label-disabled label {
& .control-label-disabled label.checkbox + label {
cursor: not-allowed;
}
}