PolymerElements / paper-dropdown-menu

A Material Design browser select element
https://www.webcomponents.org/element/PolymerElements/paper-dropdown-menu
61 stars 107 forks source link

Styling paper-dropdown-menu #275

Open ankitsinghal0880 opened 6 years ago

ankitsinghal0880 commented 6 years ago

Hi everyone, Need some help. 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. Any suggestions that y'all may have.

ankitsinghal0880 commented 6 years ago

I don't see any way to get this unless a new mixing is provider to have border on .input-wrapper.

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