Skip to content

Commit

Permalink
Remove simulant from unit tests, IE11 compat with keyboard events
Browse files Browse the repository at this point in the history
  • Loading branch information
leongersen committed Feb 6, 2019
1 parent c565ca0 commit 0a88701
Show file tree
Hide file tree
Showing 11 changed files with 208 additions and 122 deletions.
8 changes: 6 additions & 2 deletions distribute/nouislider.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! nouislider - 12.1.0 - 10/25/2018 */
/*! nouislider - 12.1.0 - 2/6/2019 */
/* Functional styling;
* These styles are required for noUiSlider to function.
* You don't need to change these rules to apply your design.
Expand Down Expand Up @@ -64,6 +64,10 @@ html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
.noUi-handle {
position: absolute;
}
.noUi-touch-area {
height: 100%;
width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
-webkit-transition: transform 0.3s;
Expand Down Expand Up @@ -242,7 +246,7 @@ html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
}
.noUi-value-vertical {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%, 0);
transform: translate(0, -50%);
padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
Expand Down
Loading

0 comments on commit 0a88701

Please sign in to comment.