File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
app/design/adminhtml/Magento/backend
Magento_Staging/web/css/source/module Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
// /**
2
- // * Copyright © 2015 Magento. All rights reserved.
2
+ // * Copyright © Magento, Inc . All rights reserved.
3
3
// * See COPYING.txt for license details.
4
4
// */
5
5
366
366
// Generic data grid
367
367
.admin__data-grid-outer-wrap {
368
368
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
370
370
overflow-y : auto ;
371
371
padding : 15px @indent__s 0 0 ;
372
372
}
Original file line number Diff line number Diff line change @@ -408,6 +408,9 @@ label.mage-error {
408
408
width : 16px ;
409
409
z-index : 1 ;
410
410
411
+ /* *
412
+ *@codingStandardsIgnoreStart
413
+ */
411
414
& :before {
412
415
& :extend(.admin__control-checkbox + label :before );
413
416
left : 0 ;
@@ -434,6 +437,7 @@ label.mage-error {
434
437
& :before {
435
438
& :extend(.admin__control-checkbox :checked + label :before );
436
439
}
440
+ // @codingStandardsIgnoreEnd
437
441
}
438
442
439
443
& ._indeterminate {
You can’t perform that action at this time.
0 commit comments