Skip to content

Commit 97d19f2

Browse files
committed
Code sniffer issues cleared
1 parent 622dc99 commit 97d19f2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)