Skip to content

Commit 2401f11

Browse files
committed
Fix issue with ripple effect on card image
1 parent a01c08a commit 2401f11

9 files changed

Lines changed: 9 additions & 4 deletions

File tree

dist/css/material-wfont.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4223,6 +4223,7 @@ fieldset[disabled] .navbar .btn-link:focus {
42234223
height: 100%;
42244224
border-top-left-radius: 2px;
42254225
border-top-right-radius: 2px;
4226+
pointer-events: none;
42264227
}
42274228
.card .card-image .card-image-headline {
42284229
position: absolute;

dist/css/material-wfont.min.css

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

dist/css/material.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4222,6 +4222,7 @@ fieldset[disabled] .navbar .btn-link:focus {
42224222
height: 100%;
42234223
border-top-left-radius: 2px;
42244224
border-top-right-radius: 2px;
4225+
pointer-events: none;
42254226
}
42264227
.card .card-image .card-image-headline {
42274228
position: absolute;

dist/css/material.min.css

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

less/_cards.import.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
height: 100%;
3535
border-top-left-radius: 2px;
3636
border-top-right-radius: 2px;
37+
pointer-events: none;
3738
}
3839
.card-image-headline {
3940
position: absolute;

template/material/css/material-wfont.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4223,6 +4223,7 @@ fieldset[disabled] .navbar .btn-link:focus {
42234223
height: 100%;
42244224
border-top-left-radius: 2px;
42254225
border-top-right-radius: 2px;
4226+
pointer-events: none;
42264227
}
42274228
.card .card-image .card-image-headline {
42284229
position: absolute;

template/material/css/material-wfont.min.css

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

template/material/css/material.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4222,6 +4222,7 @@ fieldset[disabled] .navbar .btn-link:focus {
42224222
height: 100%;
42234223
border-top-left-radius: 2px;
42244224
border-top-right-radius: 2px;
4225+
pointer-events: none;
42254226
}
42264227
.card .card-image .card-image-headline {
42274228
position: absolute;

template/material/css/material.min.css

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)