Skip to content

Commit cdf8e4e

Browse files
committed
#25553: Fixed static tests
1 parent 5fea47b commit cdf8e4e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/design/adminhtml/Magento/backend/Magento_Ui/web/css/source/module/_masonry-grid.less

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
}
3636

3737
&-overlay {
38-
position: absolute;
39-
color: #fff;
40-
z-index: 10;
41-
padding: .5rem;
42-
opacity: 1;
43-
width: 80px;
4438
background-color: @admin__masonry_overlay_background_color;
39+
color: @admin__masonry_grid_background_color;
40+
opacity: 1;
41+
padding: .5rem;
42+
position: absolute;
4543
text-align: center;
44+
width: 80px;
45+
z-index: 10;
4646
}
4747

4848
&-preview {
@@ -87,9 +87,9 @@
8787
display: flex;
8888

8989
&:after {
90-
display: table;
9190
clear: both;
9291
content: '';
92+
display: table;
9393
}
9494

9595
img.preview {

0 commit comments

Comments
 (0)