Skip to content

Commit 429d011

Browse files
MAGETWO-98132: Rename LESS var names
- fix tests
1 parent a267f70 commit 429d011

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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

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)