Refactor container copy migration type selection from checkbox to radio buttons (#2307)

* replace migration type checkbox with radio button selection

* use force: true to bypass label interception
This commit is contained in:
BChoudhury-ms
2026-01-12 08:46:47 +05:30
committed by GitHub
parent 92c8afd166
commit e6461cf079
12 changed files with 482 additions and 295 deletions

View File

@@ -138,6 +138,14 @@
color: var(--colorNeutralForeground1);
}
}
.migrationTypeDescription {
p {
color: var(--colorNeutralForeground1);
}
a {
color: var(--colorBrandForeground1);
}
}
}
.create-container-link-btn {
padding: 0;
@@ -181,6 +189,9 @@
background-color: var(--colorNeutralBackground3);
}
}
.ms-DetailsHeader-cellTitle {
padding-left: 20px;
}
}
.ms-DetailsRow {