AngularJS Material: Material Design component library for AngularJS (1.x). Use angular/material2 channel for Angular Material (v2+).
well, I can see when I click on the tab, the back-ground color property is getting added to the following div
<div class="md-ripple-container"></div>
Below is the link, where I uploaded the image when I click on the tab
http://snag.gy/gkGHF.jpg
I have over-rided the back-ground color property, but not taking into effect. Below is the code -
.md-ripple-container:active{
back-ground-color:none;
}