Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(text-field): Remove unnecessary styling on label in disabled state (
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnmercier authored Jan 24, 2018
1 parent 793dcdf commit 23e6b26
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/mdc-textfield/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@
}

.mdc-text-field__label {
bottom: 8px;
cursor: default;
}
}
Expand Down Expand Up @@ -186,10 +185,6 @@
.mdc-text-field__outline-path {
stroke-width: 1px;
}

.mdc-text-field__label {
bottom: 20px;
}
}

@mixin mdc-text-field-outlined-invalid_ {
Expand Down Expand Up @@ -362,21 +357,13 @@
@include mdc-text-field-label-color(text-hint-on-light);

border-bottom: none;

.mdc-text-field__label {
bottom: 20px;
}
}

@mixin mdc-text-field-box-dense_ {
.mdc-text-field__input {
padding: 12px 12px 0;
}

.mdc-text-field__label {
bottom: 20px;
}

.mdc-text-field__label--float-above {
transform: translateY(-90%) scale(.923);
}
Expand Down

0 comments on commit 23e6b26

Please sign in to comment.