web component - Polymer 1.0: How to make paper-button change color on hover? -


this example shows paper-button examples (in last [4th] column [labeled colors]) change color when user hovers mouse on it.

i can not find anywhere in polymer 1.0 documentation how make happen. also, copying , pasting source code element on this page doesn't work.

can please provide working code example of how make polymer 1.0 paper-button change color when user hovers mouse on it?

in document's css:

paper-button:hover {   background: green; } 

Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -