From a8ffc53c00b474da85a8639ec4c7159820907108 Mon Sep 17 00:00:00 2001 From: bmartins Date: Fri, 17 Mar 2023 23:19:32 +0100 Subject: [PATCH] angular upgrade: remove TODO related to ng material migration --- src/styles/partials/_forms.scss | 12 ------------ 1 file changed, 12 deletions(-) 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;