icon/button updates

This commit is contained in:
Adam Bradley
2015-07-24 08:53:25 -05:00
parent 65449552e7
commit 526f43cd96
4 changed files with 41 additions and 42 deletions

View File

@@ -15,6 +15,7 @@ export class MaterialRippleEffect {
var rippleContainer = document.createElement('span');
rippleContainer.classList.add('md-ripple-container');
rippleContainer.setAttribute('aria-hidden', 'true');
this.rippleElement = document.createElement('span');
this.rippleElement.classList.add('md-ripple');
rippleContainer.appendChild(this.rippleElement);