Skip to content

Commit b16ef28

Browse files
committed
rebase and fix lint
1 parent dfddd97 commit b16ef28

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

src/demo-app/demo-material-module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import {CdkTableModule} from '@angular/cdk/table';
5151
MdDatepickerModule,
5252
MdDialogModule,
5353
MdExpansionModule,
54-
//MdFormFieldModule,
54+
MdFormFieldModule,
5555
MdGridListModule,
5656
MdIconModule,
5757
MdInputModule,

src/lib/datepicker/datepicker.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
createKeyboardEvent,
1717
dispatchEvent,
1818
} from '@angular/cdk/testing';
19-
import {MdFormFieldModule} from "../form-field/index";
19+
import {MdFormFieldModule} from '../form-field/index';
2020

2121
describe('MdDatepicker', () => {
2222
afterEach(inject([OverlayContainer], (container: OverlayContainer) => {

src/lib/form-field/_form-field-theme.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,11 @@
178178
border-top: $infix-margin-top solid transparent;
179179
}
180180

181-
.mat-form-field-autofill-float:-webkit-autofill +
182-
.mat-form-field-placeholder-wrapper .mat-form-field-float {
183-
@include _mat-form-field-placeholder-floating(
184-
$subscript-font-scale, $infix-padding, $infix-margin-top);
181+
.mat-form-field-autofill-float {
182+
&:-webkit-autofill + .mat-form-field-placeholder-wrapper .mat-form-field-float {
183+
@include _mat-form-field-placeholder-floating(
184+
$subscript-font-scale, $infix-padding, $infix-margin-top);
185+
}
185186
}
186187

187188
.mat-form-field-placeholder-wrapper {

0 commit comments

Comments
 (0)