angular upgrade: remove TODO related to ng material migration

This commit is contained in:
bmartins 2023-03-17 23:19:32 +01:00
parent 95bbd2a48a
commit a8ffc53c00
1 changed files with 0 additions and 12 deletions

View File

@ -70,13 +70,6 @@ textarea {
}
// radio input structure
// /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
// .mat-checkbox-label,
// .mat-checkbox-layout .mat-checkbox-label {
// max-width: 90vw;
// overflow-x: auto;
// @extend .clickable;
// }
button,
.button {
font-family: 'Helvetica';
@ -197,11 +190,6 @@ textarea {
padding: 1em;
}
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
mat-checkbox {
display: block;
}
.cdk-drag {
cursor: pointer;