Skip to content

Commit 732709e

Browse files
committed
reorganize a css rule
1 parent 3d21044 commit 732709e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/devextreme-scss/scss/widgets/base/_gridBase.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,8 +1145,8 @@
11451145
padding: $grid-cell-padding $grid-texteditor-input-padding $grid-cell-padding $grid-cell-padding;
11461146
}
11471147

1148-
.dx-command-expand {
1149-
&.dx-#{$widget-name}-sticky-column-right {
1148+
.dx-#{$widget-name}-sticky-column-right {
1149+
&.dx-command-expand {
11501150
z-index: 4;
11511151
}
11521152
}

0 commit comments

Comments
 (0)