feat(FN-4174): complete Step 6 — apply locked-source disabled styling
Fusion-Task-Id: FN-4174 Fusion-Task-Lineage: 8b50a52b-dc3a-448d-998b-09023fbdd9af
This commit is contained in:
@@ -402,6 +402,15 @@
|
||||
background: var(--text-muted);
|
||||
}
|
||||
|
||||
.settings-research-source-locked {
|
||||
cursor: default;
|
||||
color: var(--text-muted) !important;
|
||||
}
|
||||
|
||||
.settings-research-source-locked input[type="checkbox"] {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.settings-research-source-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
|
||||
Reference in New Issue
Block a user