Skip to content

Commit 4b11445

Browse files
authored
fix(material/grid-list): remove mat-figure class (#22231)
1 parent 476a90b commit 4b11445

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/dev-app/screen-type/screen-type-demo.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
.mat-grid-tile {
88
outline: 1px solid lightgray;
99

10-
.mat-figure {
10+
.mat-grid-tile-content {
1111
flex-direction: column;
1212
}
1313
}

src/material/grid-list/grid-tile.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!-- The `mat-figure` class is only used for backwards compatibility. -->
2-
<div class="mat-grid-tile-content mat-figure">
1+
<div class="mat-grid-tile-content">
32
<ng-content></ng-content>
43
</div>

0 commit comments

Comments
 (0)