Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Styling paper-dropdown-menu #275

Open
ankitsinghal0880 opened this issue Jan 16, 2018 · 1 comment
Open

Styling paper-dropdown-menu #275

ankitsinghal0880 opened this issue Jan 16, 2018 · 1 comment

Comments

@ankitsinghal0880
Copy link

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
Copy link
Author

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;
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant