File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
code/Magento/Ui/view/base/web/js/grid/columns
design/adminhtml/Magento/backend/Magento_Ui/web/css/source/module Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ define([
84
84
* Get is active record
85
85
*
86
86
* @param {Object } record - Data to be preprocessed.
87
+ *
88
+ * @returns {Boolean }
87
89
*/
88
90
getIsActive : function ( record ) {
89
91
return this . previewComponent ( ) . visibleRecord ( ) === record . _rowIndex || false ;
Original file line number Diff line number Diff line change 5
5
@admin__masonry_grid_image__space : 20px ;
6
6
@admin__masonry_grid_background_color : #fff ;
7
7
@admin__masonry_overlay_background_color : #507dc8 ;
8
+ @admin__masonry_grid_active_image_border_color : #558dd6 ;
8
9
9
10
& when (@media-common = true ) {
10
11
.masonry-image {
30
31
.masonry-image-block {
31
32
& .active {
32
33
img {
33
- border : 2px #558dd6 solid ;
34
+ border : 2px @admin__masonry_grid_active_image_border_color solid ;
34
35
padding : 1px ;
35
36
}
36
37
}
You can’t perform that action at this time.
0 commit comments