PolymerElements / paper-input

A Material Design text field
https://www.webcomponents.org/element/PolymerElements/paper-input
130 stars 162 forks source link

Styling paper-dropdown-menu #606

Open ankitsinghal0880 opened 6 years ago

ankitsinghal0880 commented 6 years ago

I have a requirement to display paper-dropdown-menu as a standard dropdown and not in material design. I need to do it through stylesheet as few of our customer still want to have old look/feel and we do not want to have custom coding instead trying to change the look/feel using styles. I am able to display paper-input like legacy elements easily by using paper-input-container styles but no luck with dropdown.

I need input wrapper to have a border. Currently this isn't possible.

Proposal for a new mixin-

.input-wrapper { @apply --layout-horizontal; @apply --layout-center; @apply --paper-input-container-input-wrapper This new mixin is required. position: relative; }

Browsers Affected

AlbertoFdzM commented 6 years ago

I have this problem too.

Although I think it will be better to place the mixin at the end of the CSS block to be able to override all previous rules.