Skip to content

Commit

Permalink
Changed styling of Search to fix issue with placeholder text vertical…
Browse files Browse the repository at this point in the history
… alignment.
  • Loading branch information
ericsoderberghp committed Nov 3, 2016
1 parent 9597f93 commit 51e79d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scss/grommet-core/_objects.search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@

.#{$grommet-namespace}search--small {
.#{$grommet-namespace}search__input {
@include inuit-font-size($input-small-font-size, inherit);
@include inuit-font-size($input-small-font-size, normal);
padding: (($inuit-base-spacing-unit - $control-font-size) - $input-border-width)
($control-font-size - $input-border-width);
padding-right: ($inuit-base-spacing-unit - $input-border-width);
Expand All @@ -163,7 +163,7 @@

.#{$grommet-namespace}search--medium {
.#{$grommet-namespace}search__input {
@include inuit-font-size($input-medium-font-size, inherit);
@include inuit-font-size($input-medium-font-size, normal);
}
}

Expand Down

0 comments on commit 51e79d6

Please sign in to comment.