Skip to content

Commit 3bd544c

Browse files
author
Stanislav Idolov
committed
magento-engcom/magento2ce#4258 Code style fixes
1 parent 5efef94 commit 3bd544c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/design/adminhtml/Magento/backend/Magento_Ui/web/css/source/module/_data-grid.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
// _____________________________________________
1313

1414
// Data Grid Change Indicator
15+
/**
16+
* @codingStandardsIgnoreStart
17+
*/
1518
@data-grid-row-changed__icon: @icon-edit__content;
1619
@data-grid-row-changed-tooltip__background: @color-white-fog2;
1720

app/design/adminhtml/Magento/backend/web/css/source/forms/fields/_control-table.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
//
77
// Variables
88
// ---------------------------------------------
9-
9+
/**
10+
* @codingStandardsIgnoreStart
11+
*/
1012
@control-table__dragging__outline-color: @color-blue-pure;
1113

1214
@control-table-row__dragging__background-color: @color-light-gray0;

0 commit comments

Comments
 (0)