Skip to content

Commit 65475d9

Browse files
committed
#18922: Fixed code styles
1 parent 5f0c95f commit 65475d9

File tree

2 files changed

+19
-13
lines changed
  • app/design/adminhtml/Magento/backend

2 files changed

+19
-13
lines changed

app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/_menu.less

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,12 @@
187187
display: block;
188188
}
189189

190-
// External link marker
190+
// External link marker
191191
[target='_blank'] {
192192
&:after {
193193
&:extend(.abs-icon all);
194194
content: @icon-external-link__content;
195-
font-size: 0.5rem;
195+
font-size: .5rem;
196196
margin-left: @indent__xs;
197197
vertical-align: super;
198198
}
@@ -271,18 +271,17 @@
271271

272272
&._show {
273273
> .submenu {
274-
transform: translateX(0);
275-
visibility: visible;
276-
z-index: 698;
277-
overflow-x: scroll;
278-
min-height: 98.65%;
279-
left: 0;
280-
position: absolute;
281-
left: 100%;
282-
min-width: 100%;
283274
display: block;
284275
float: left;
276+
left: 100%;
277+
min-height: 98.65%;
278+
min-width: 100%;
285279
max-width: 1640px;
280+
overflow-x: scroll;
281+
position: absolute;
282+
transform: translateX(0);
283+
visibility: visible;
284+
z-index: 698;
286285
}
287286
}
288287
}

app/design/adminhtml/Magento/backend/web/css/source/forms/_fields.less

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,12 @@
5959
}
6060

6161
.abs-field-no-label {
62+
/**
63+
*@codingStandardsIgnoreStart
64+
*/
6265
#mix-grid .return_length(@field-label-grid__column, @field-grid__columns, '+');
6366
margin-left: @_length;
67+
//@codingStandardsIgnoreEnd
6468
}
6569

6670
//
@@ -237,7 +241,6 @@
237241
margin-top: .2rem;
238242
position: absolute;
239243
z-index: 1;
240-
241244
}
242245
}
243246
}
@@ -284,7 +287,7 @@
284287
}
285288
}
286289

287-
legend.admin__field-label{
290+
legend.admin__field-label {
288291
span {
289292
&:after {
290293
display: none;
@@ -302,7 +305,11 @@
302305
content: attr(data-config-scope);
303306
display: inline-block;
304307
font-size: @font-size__s;
308+
/**
309+
*@codingStandardsIgnoreStart
310+
*/
305311
left: @_length;
312+
//@codingStandardsIgnoreEnd
306313
line-height: 3.2rem;
307314
margin-left: 2 * @temp_gutter;
308315
position: absolute;

0 commit comments

Comments
 (0)