File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
app/design/adminhtml/Magento/backend/web/css/source/components Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 23
23
@image-gallery-placeholder__height : 150px ;
24
24
@image-gallery-placeholder__width : @image-gallery-placeholder__height ;
25
25
26
- @image-gallery-icons__color : @color-gray62 ;
26
+ @image-gallery-icons__color : @color-gray34 ;
27
27
@image-gallery-icons__hover__color : @color-gray52 ;
28
28
29
29
@image-gallery-action__z-index : @image-gallery-image-hidden__z-index + 1 ;
106
106
}
107
107
108
108
.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;
110
111
bottom : 0 ;
111
112
left : 0 ;
112
113
position : absolute ;
204
205
width : 20px ;
205
206
z-index : @image-gallery-action__z-index ;
206
207
208
+ /* *
209
+ * @codingStandardsIgnoreStart
210
+ */
207
211
.lib-icon-font (
208
212
@icon-delete__content ,
209
213
@_icon-font : @icons-admin__font-name ,
213
217
@_icon-font-text-hide : true ,
214
218
@_icon-font-display : block
215
219
);
220
+ // @codingStandardsIgnoreEnd
216
221
}
217
222
218
223
.draggable-handle {
You can’t perform that action at this time.
0 commit comments