Merge pull request #705 from Safelite/SSR-1274-qa-icon-fix
SSR-1274 remove placeholder, fix label text case, set icon size.
This commit is contained in:
commit
3a032f6b49
2 changed files with 1 additions and 2 deletions
|
|
@ -337,7 +337,7 @@ input[type='date']::-webkit-calendar-picker-indicator {
|
||||||
background-image: url(~@/assets/img/icons/location-pin.svg);
|
background-image: url(~@/assets/img/icons/location-pin.svg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 0.75rem 50%;
|
background-position: 0.75rem 50%;
|
||||||
background-size: 1rem auto;
|
background-size: auto 1rem;
|
||||||
padding: 0 0.75rem 0 2.5rem;
|
padding: 0 0.75rem 0 2.5rem;
|
||||||
&.icon-right {
|
&.icon-right {
|
||||||
background-position: calc(100% - 0.75rem) 50%;
|
background-position: calc(100% - 0.75rem) 50%;
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@
|
||||||
v-model="addressModel.streetAddress"
|
v-model="addressModel.streetAddress"
|
||||||
cmsWidgetName="StreetAddressQuestionWidget"
|
cmsWidgetName="StreetAddressQuestionWidget"
|
||||||
inputId="autocomplete"
|
inputId="autocomplete"
|
||||||
placeholderText="Search"
|
|
||||||
aria-haspopup=""
|
aria-haspopup=""
|
||||||
hasIcon
|
hasIcon
|
||||||
disableAutoFill
|
disableAutoFill
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue