We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622dc99 commit 97d19f2Copy full SHA for 97d19f2
app/design/adminhtml/Magento/backend/web/css/source/components/_media-gallery.less
@@ -106,7 +106,8 @@
106
}
107
108
.fileinput-button,
109
- .image-browse { // TODO UI: remove after check on configurable product
+ .image-browse {
110
+ // TODO UI: remove after check on configurable product;
111
bottom: 0;
112
left: 0;
113
position: absolute;
@@ -204,6 +205,9 @@
204
205
width: 20px;
206
z-index: @image-gallery-action__z-index;
207
208
+ /**
209
+ * @codingStandardsIgnoreStart
210
+ */
211
.lib-icon-font(
212
@icon-delete__content,
213
@_icon-font: @icons-admin__font-name,
@@ -213,6 +217,7 @@
217
@_icon-font-text-hide: true,
214
218
@_icon-font-display: block
215
219
);
220
+ //@codingStandardsIgnoreEnd
216
221
222
223
.draggable-handle {
0 commit comments