You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to keep the underline appear when the dropdown is opened?
Right now, for paper-dropdown-menu, it disappears when the dropdown is opened, which causes a flash visually.
From @ktiedt on April 27, 2016 18:21
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-L221Expected outcome
Would not expect to have to override both
--paper-input-container-underline
and--paper-input-container-underline-focus
to hide the underlineActual 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
Copied from original issue: PolymerElements/paper-dropdown-menu#155
The text was updated successfully, but these errors were encountered: