Skip to content

Commit 120d415

Browse files
MAGETWO-98131: Rename LESS var names
- fix tests
1 parent d8da3c0 commit 120d415

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app/design/adminhtml/Magento/backend/Magento_Staging/web/css/source/module/_staging-preview.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// /**
2-
// * Copyright © 2015 Magento. All rights reserved.
2+
// * Copyright © Magento, Inc. All rights reserved.
33
// * See COPYING.txt for license details.
44
// */
55

@@ -366,7 +366,7 @@
366366
// Generic data grid
367367
.admin__data-grid-outer-wrap {
368368
border-top: 1px solid @staging-preview-table-dark__border-color;
369-
max-height: 400px; // ToDO: remove after JS adjustment implemented
369+
max-height: 400px; // ToDO remove after JS adjustment implemented
370370
overflow-y: auto;
371371
padding: 15px @indent__s 0 0;
372372
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,9 @@ label.mage-error {
408408
width: 16px;
409409
z-index: 1;
410410

411+
/**
412+
*@codingStandardsIgnoreStart
413+
*/
411414
&:before {
412415
&:extend(.admin__control-checkbox + label:before);
413416
left: 0;
@@ -434,6 +437,7 @@ label.mage-error {
434437
&:before {
435438
&:extend(.admin__control-checkbox:checked + label:before);
436439
}
440+
//@codingStandardsIgnoreEnd
437441
}
438442

439443
&._indeterminate {

0 commit comments

Comments
 (0)