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

Mixin is not being applied paper-input-container-input #140

Closed
2 of 8 tasks
victorhugom-zz opened this issue Apr 10, 2016 · 2 comments
Closed
2 of 8 tasks

Mixin is not being applied paper-input-container-input #140

victorhugom-zz opened this issue Apr 10, 2016 · 2 comments

Comments

@victorhugom-zz
Copy link

Description

The mixin --paper-input-container-input is not being applied to the paper-dropdown-menu element

Expected outcome

The components does not changes

Actual outcome

According to the docs the paper-dropdown-menu accepts all paper-input-container style

Steps to reproduce

  1. Put a paper-dropdown-menu inside another element.
  2. Create a mixin
    ex:
    :root { --paper-input-container-input: { border: 1px solid #e5e5e5; padding: 10px 0 5px 10px; } }

Browsers Affected

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

You need to apply the mixin to the paper-dropdown-menu for it to work, see here http://jsbin.com/bubecuh/1/edit?html,output

Closing this, please let me know if the problem persists and I'll reopen this

@ankitsinghal0880
Copy link

Hi , 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.

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

3 participants