Skip to content

Commit

Permalink
rebase and fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed Aug 7, 2017
1 parent dfddd97 commit b16ef28
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/demo-app/demo-material-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import {CdkTableModule} from '@angular/cdk/table';
MdDatepickerModule,
MdDialogModule,
MdExpansionModule,
//MdFormFieldModule,
MdFormFieldModule,
MdGridListModule,
MdIconModule,
MdInputModule,
Expand Down
2 changes: 1 addition & 1 deletion src/lib/datepicker/datepicker.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
createKeyboardEvent,
dispatchEvent,
} from '@angular/cdk/testing';
import {MdFormFieldModule} from "../form-field/index";
import {MdFormFieldModule} from '../form-field/index';

describe('MdDatepicker', () => {
afterEach(inject([OverlayContainer], (container: OverlayContainer) => {
Expand Down
9 changes: 5 additions & 4 deletions src/lib/form-field/_form-field-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,11 @@
border-top: $infix-margin-top solid transparent;
}

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

.mat-form-field-placeholder-wrapper {
Expand Down

0 comments on commit b16ef28

Please sign in to comment.