mercadolibre / chico

A collection of easy-to-use UI components.
http://chico.mercadolibre.com
MIT License
342 stars 91 forks source link

Autocomplete: Padding in focus #1202

Closed pmontesano closed 7 years ago

pmontesano commented 10 years ago

When I change the padding of input, I have to change the padding in the focus because is different.

Example:

Padding in input: image

Padding in focus input:

image

battaglr commented 7 years ago

@pmontesano, I know this is old, but I can't reproduce it. I tried modifying the padding of a "regular" input in Layout#Forms and the padding of an input with Autocomplete in Components#Autocomplete and none of them had a different padding applied on :focus state.

This was more likely a problem with the search input itself.