Skip to content

Commit a01c08a

Browse files
committed
Trying to fix issue with ripple effect on card image
1 parent 9b8404a commit a01c08a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

dist/js/material.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $(function (){
44

55
if (typeof ripples == "object") {
66
ripples.init( ".btn:not(.btn-link)," +
7-
".card-image img," + // XXX Not sure why this doesn't work
7+
".card-image," +
88
".navbar a:not(.withoutripple)," +
99
".nav-tabs a:not(.withoutripple)," +
1010
".withripple" );

dist/js/material.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/material.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $(function (){
44

55
if (typeof ripples == "object") {
66
ripples.init( ".btn:not(.btn-link)," +
7-
".card-image img," + // XXX Not sure why this doesn't work
7+
".card-image," +
88
".navbar a:not(.withoutripple)," +
99
".nav-tabs a:not(.withoutripple)," +
1010
".withripple" );

template/material/js/material.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $(function (){
44

55
if (typeof ripples == "object") {
66
ripples.init( ".btn:not(.btn-link)," +
7-
".card-image img," + // XXX Not sure why this doesn't work
7+
".card-image," +
88
".navbar a:not(.withoutripple)," +
99
".nav-tabs a:not(.withoutripple)," +
1010
".withripple" );

template/material/js/material.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)