We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86a7dde + 10b1bc8 commit b155b25Copy full SHA for b155b25
1 file changed
scripts/material.js
@@ -3,7 +3,7 @@
3
$(function (){
4
5
if (ripples) {
6
- ripples.init(".btn:not(.btn-link), .navbar a, .nav-tabs a, .withripple");
+ ripples.init(".btn:not(.btn-link), .navbar a:not(.withoutripple), .nav-tabs a:not(.withoutripple), .withripple");
7
}
8
9
var initInputs = function() {
0 commit comments