Slider is more responsive
This commit is contained in:
parent
03e090f4e6
commit
3e30df17fb
2 changed files with 14 additions and 2 deletions
|
@ -38,7 +38,9 @@ limitations under the License.
|
|||
|
||||
.mx_Slider_bar > hr {
|
||||
width: 100%;
|
||||
border: 0.2em solid $slider-background-color;
|
||||
height: 0.4em;
|
||||
background-color: $slider-background-color;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.mx_Slider_selection {
|
||||
|
@ -47,6 +49,7 @@ limitations under the License.
|
|||
width: calc(100% - 1em); // 2 * half the width of a dot
|
||||
height: 1em;
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.mx_Slider_selectionDot {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue