2016-05-06 13:49:58 -04:00
|
|
|
[is=paper-icon-button-light] {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
2016-05-07 13:47:41 -04:00
|
|
|
padding: 8px;
|
2016-05-06 13:49:58 -04:00
|
|
|
}
|
2016-05-18 01:56:10 -04:00
|
|
|
[is=paper-icon-button-light] iron-icon {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2016-05-06 13:49:58 -04:00
|
|
|
|
2016-05-18 01:56:10 -04:00
|
|
|
[is=paper-icon-button-light] img {
|
|
|
|
width: 100%;
|
2016-05-06 13:49:58 -04:00
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
[is=paper-icon-button-light] #background {
|
|
|
|
transition: opacity .3s ease-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
[is=paper-icon-button-light]:focus #background {
|
|
|
|
background-color: currentcolor !important;
|
|
|
|
opacity: .2 !important;
|
|
|
|
}
|
2016-05-18 01:56:10 -04:00
|
|
|
|
|
|
|
/* Make sure the img is on top of the ripple */
|
|
|
|
[is=paper-icon-button-light] img {
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
}
|