Skip to content

Commit

Permalink
fix(slider): multiple display-block sliders
Browse files Browse the repository at this point in the history
  • Loading branch information
JoomFX authored and joneff committed Oct 6, 2019
1 parent 263bac8 commit 4356691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/default/scss/slider/_layout.scss
Expand Up @@ -173,7 +173,6 @@ $slider-draghandle-active-scale: 1 !default;
float: left;
height: 100%;
text-align: center;
margin-top: 2px;
}

.k-tick { background-position: center -92px; }
Expand Down Expand Up @@ -344,7 +343,8 @@ $slider-draghandle-active-scale: 1 !default;
}

.k-slider-horizontal .k-slider-buttons & {
padding-top: 0;
padding: 2px 0;
box-sizing: border-box;
}

.k-slider-vertical .k-slider-buttons & {
Expand Down

0 comments on commit 4356691

Please sign in to comment.