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

underline mixins may need tweaking (have to override 2 in order to hide underline) #155

Closed ktiedt closed 8 years ago

ktiedt commented 8 years ago

Description

In the demo it explains how to remove the underline from a paper-dropdown-menu however it doesnt work because --paper-inout-container-underline-focus is also not overridden, as seen here: https://github.com/PolymerElements/paper-dropdown-menu/blob/master/demo/index.html#L218-L221

Expected outcome

Would not expect to have to override both --paper-input-container-underline and --paper-input-container-underline-focus to hide the underline

Actual outcome

underline appears when you click the paper-dropdown-menu that is said to have no underline.

Live Demo

https://elements.polymer-project.org/elements/paper-dropdown-menu?active=paper-dropdown-menu&view=demo:demo/index.html

valdrinkoshi commented 8 years ago

Will move this issue to paper-input, as those are mixins of paper-input

valdrinkoshi commented 8 years ago

This issue was moved to PolymerElements/paper-input#405