Skip to content

Commit 8c0e991

Browse files
committed
update style to match mockups
1 parent 18e7988 commit 8c0e991

File tree

1 file changed

+5
-4
lines changed
  • app/code/Magento/MediaGalleryUi/view/adminhtml/web/css/source

1 file changed

+5
-4
lines changed

app/code/Magento/MediaGalleryUi/view/adminhtml/web/css/source/_module.less

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,16 +274,17 @@
274274

275275
.media-directory-container {
276276
&::-webkit-scrollbar {
277-
background: transparent;
278-
width: 0;
277+
background-color: @color-media-gallery-checkbox-background;
278+
}
279+
&::-webkit-scrollbar-thumb {
280+
background-color: @color-masonry-grey;
279281
}
280-
-ms-overflow-style: none;
281282
float: left;
282283
max-width: 50%;
283284
overflow-x: scroll;
284285
overflow-y: hidden;
285286
padding-right: 40px;
286-
scrollbar-width: none;
287+
scrollbar-color: @color-masonry-grey @color-media-gallery-checkbox-background;
287288
}
288289

289290
.media-gallery-image-block {

0 commit comments

Comments
 (0)