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 #606

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

Styling paper-dropdown-menu #606

ankitsinghal0880 opened this issue Jan 16, 2018 · 1 comment

Comments

@ankitsinghal0880
Copy link

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

  • Chrome
  • Firefox
  • Safari 9
  • Safari 8
  • Safari 7
  • Edge
  • IE 11
  • IE 10
@AlbertoFdzM
Copy link

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.

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

2 participants