Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant