Skip to content

Commit 6dbd3f8

Browse files
committed
MAGETWO-49313: Stabilize implementation
1 parent 5c33571 commit 6dbd3f8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

app/design/adminhtml/Magento/backend/web/css/source/components/_slider.less

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030

3131
.data-slider {
3232
&:extend(.abs-clearfix all);
33+
background: none;
3334
font-size: @data-slider-track__font-size;
3435
min-height: @data-slider-handle__height;
3536
padding-top: 1.2rem;
3637
position: relative;
3738
width: @data-slider-track__width;
38-
background: none;
3939

4040
&:before {
4141
background: @data-slider-track__background-color;
@@ -69,12 +69,11 @@
6969
cursor: pointer;
7070
display: block;
7171
height: @data-slider-handle__height;
72+
margin-left: -@data-slider-handle__width / 2 !important;
7273
position: absolute;
7374
top: -@data-slider-handle__height / 2;
7475
width: @data-slider-handle__width;
7576
z-index: @data-slider-track__z-index + 1 !important;
76-
margin-left: -@data-slider-handle__width / 2 !important;
77-
7877

7978
&:before {
8079
.lib-background-gradient(

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
@data-grid-td__odd__edit__background-color: darken(@data-grid-td__odd__background-color, 10%);
2828
@data-grid-td__update__active__background-color: #bceeff;
2929
@data-grid-td__update__upcoming__background-color: #ccf391;
30-
@data-grid-td__odd__update__active__background-color: darken(@data-grid-td__update__active__background-color, 10%);
30+
@data-grid-td__odd__update__active__background-color: darken(@data-grid-td__update__active__background-color, 10%);
3131
@data-grid-td__odd__update__upcoming__background-color: darken(@data-grid-td__update__upcoming__background-color, 10%);
3232

3333
@data-grid-th__border-color: @color-darkie-gray;

0 commit comments

Comments
 (0)