diff --git a/src/styles/partials/_forms.scss b/src/styles/partials/_forms.scss index a3431bfe..62f5029f 100644 --- a/src/styles/partials/_forms.scss +++ b/src/styles/partials/_forms.scss @@ -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;