mirror of
https://github.com/wassname/slider.git
synced 2026-09-13 13:02:59 +08:00
Updates
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
height: 4px;
|
||||
border-radius: 6px;
|
||||
background-color: #abe2fb;
|
||||
z-index: 1;
|
||||
}
|
||||
.rc-slider-handle {
|
||||
position: absolute;
|
||||
@@ -29,7 +28,6 @@
|
||||
border-radius: 50%;
|
||||
border: solid 2px #96dbfa;
|
||||
background-color: #fff;
|
||||
z-index: 2;
|
||||
}
|
||||
.rc-slider-handle:hover {
|
||||
border-color: #57c5f7;
|
||||
@@ -44,7 +42,6 @@
|
||||
left: 0;
|
||||
width: 100%;
|
||||
font-size: 12px;
|
||||
z-index: 3;
|
||||
}
|
||||
.rc-slider-mark-text {
|
||||
position: absolute;
|
||||
@@ -62,7 +59,6 @@
|
||||
width: 100%;
|
||||
height: 4px;
|
||||
background: transparent;
|
||||
z-index: 1;
|
||||
}
|
||||
.rc-slider-dot {
|
||||
position: absolute;
|
||||
@@ -240,7 +236,6 @@
|
||||
position: absolute;
|
||||
left: -9999px;
|
||||
top: -9999px;
|
||||
z-index: 4;
|
||||
visibility: visible;
|
||||
box-sizing: border-box;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user