Skip to content

Commit a7f6e2d

Browse files
author
Sergiy Zhovnir
committed
#issue-761 Added the styles for the selected image in the grid
1 parent 83fadc4 commit a7f6e2d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@
2727
margin: @admin__masonry_grid_image__space/2;
2828
overflow: hidden;
2929

30+
.masonry-image-block {
31+
&.active {
32+
img {
33+
border: 2px #558dd6 solid;
34+
padding: 1px;
35+
}
36+
}
37+
}
38+
3039
img {
3140
cursor: pointer;
3241
height: 100%;

0 commit comments

Comments
 (0)