update components

This commit is contained in:
Luke Pulverenti 2016-06-17 15:53:33 -04:00
parent 0783ddff59
commit 1df3b304da
7 changed files with 15 additions and 9 deletions

View file

@ -32,7 +32,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
position: relative;
cursor: pointer;
/* NOTE: Both values are needed, since some phones require the value to be `transparent`. */
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}
:host([disabled]) {