Skip to content

Commit

Permalink
fix(MdSelect): dropdown icon align with input on botton line variant (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
shafimsp authored and marcosmoura committed Mar 13, 2018
1 parent 4e7acbb commit 5c30f73
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/components/MdField/MdField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
.md-field.md-field-bottom-line {
min-height: 48px;
padding-top: 16px;
&:before,
&:after {
Expand Down Expand Up @@ -313,8 +314,7 @@
.md-input,
.md-textarea, {
height: 48px;
padding: 12px 0 0;
height: 32px;
font-size: 16px;
line-height: 32px;
}
Expand Down Expand Up @@ -581,6 +581,7 @@
.md-field.md-field-bottom-line.md-dense {
margin: 8px 0 24px;
min-height: 40px;
padding-top: 16px;
label {
top: 18px;
Expand All @@ -589,8 +590,9 @@
.md-input,
.md-textarea {
height: 40px;
padding: 18px 0 7px;
height: 24px;
padding: 0 0 4px;
line-height: 20px;
}
.md-textarea {
Expand Down

1 comment on commit 5c30f73

@marcosmoura
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was reverted. Due to the new changes on Material Design guidelines, this will no longer be applied.

Please sign in to comment.