-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/angular update #617
Conversation
@@ -7,6 +7,7 @@ mat-form-field { | |||
width: 100%; | |||
} | |||
|
|||
/* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version. */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wenn das Todo hier schon behoben ist, dann gerne entfernen.
@@ -5,41 +5,49 @@ | |||
$accent: map-get($theme, accent); | |||
$primary: map-get($theme, primary); | |||
$additional: map-get($theme, additional); | |||
|
|||
.mat-icon-button.mat-button-disabled.mat-button-disabled { | |||
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auch hier wie gehen wir mit den TODOs um?
|
||
.mat-icon-button.mat-button-disabled.mat-button-disabled { | ||
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/ | ||
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s.o.
&.mat-stroked-button .mat-button-wrapper > *, | ||
&.mat-raised-button .mat-button-wrapper > *, | ||
&.mat-flat-button .mat-button-wrapper > * { | ||
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s.o.
No description provided.