Skip to content

Commit ef203d2

Browse files
committed
Merge remote-tracking branch 'origin/AC-1277' into gl_pr_accessibility_release244_nov23_2021
2 parents 697bb2d + 97d19f2 commit ef203d2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

app/design/adminhtml/Magento/backend/web/css/source/components/_media-gallery.less

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
@image-gallery-placeholder__height: 150px;
2424
@image-gallery-placeholder__width: @image-gallery-placeholder__height;
2525

26-
@image-gallery-icons__color: @color-gray62;
26+
@image-gallery-icons__color: @color-gray34;
2727
@image-gallery-icons__hover__color: @color-gray52;
2828

2929
@image-gallery-action__z-index: @image-gallery-image-hidden__z-index + 1;
@@ -106,7 +106,8 @@
106106
}
107107

108108
.fileinput-button,
109-
.image-browse { // TODO UI: remove after check on configurable product
109+
.image-browse {
110+
// TODO UI: remove after check on configurable product;
110111
bottom: 0;
111112
left: 0;
112113
position: absolute;
@@ -204,6 +205,9 @@
204205
width: 20px;
205206
z-index: @image-gallery-action__z-index;
206207

208+
/**
209+
* @codingStandardsIgnoreStart
210+
*/
207211
.lib-icon-font(
208212
@icon-delete__content,
209213
@_icon-font: @icons-admin__font-name,
@@ -213,6 +217,7 @@
213217
@_icon-font-text-hide: true,
214218
@_icon-font-display: block
215219
);
220+
//@codingStandardsIgnoreEnd
216221
}
217222

218223
.draggable-handle {

0 commit comments

Comments
 (0)