<!-- Instructions: https://github.com/PolymerElements/paper-dropdown-menu/CONTRIBUTING.md#filing-issues --> ### Description When you click on a `paper-dropdown-menu` the color of the label and underline changes for a moment but then goes back to the default color. `paper-dropdown-menu-light` does not do this and works as expected. Happens to me in the demo: https://www.webcomponents.org/element/PolymerElements/paper-dropdown-menu/demo/demo/index.html and elsewhere. ### Expected outcome The color of the label and underline should change when they are clicked and stay that color until they don't have focus. ### Actual outcome The colors changes for a moment but then goes back to the default. ### Live Demo https://www.webcomponents.org/element/PolymerElements/paper-dropdown-menu/demo/demo/index.html ### Steps to reproduce 1. Click on a `paper-dropdown-menu` element ### Browsers Affected <!-- Check all that apply --> - [x] Chrome - [ ] Firefox - [ ] Safari 9 - [ ] Safari 8 - [ ] Safari 7 - [ ] Edge - [ ] IE 11 - [ ] IE 10
Description
When you click on a
paper-dropdown-menuthe color of the label and underline changes for a moment but then goes back to the default color.paper-dropdown-menu-lightdoes not do this and works as expected. Happens to me in the demo: https://www.webcomponents.org/element/PolymerElements/paper-dropdown-menu/demo/demo/index.html and elsewhere.Expected outcome
The color of the label and underline should change when they are clicked and stay that color until they don't have focus.
Actual outcome
The colors changes for a moment but then goes back to the default.
Live Demo
https://www.webcomponents.org/element/PolymerElements/paper-dropdown-menu/demo/demo/index.html
Steps to reproduce
paper-dropdown-menuelementBrowsers Affected