lh-ui-next 0.2.1-beta.1 → 0.2.1-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/static/css/package/slider.less +17 -22
- package/static/css/theme-compact-blue/main.css +1 -1
- package/static/css/theme-compact-dark/main.css +1 -1
- package/static/css/theme-loose-blue/main.css +1 -1
- package/static/css/theme-loose-orange/main.css +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ alpha version is use to self-test; beta version is use to public survey.for exam
|
|
|
5
5
|
1.0.0-alpha.1
|
|
6
6
|
1.0.0-test.2
|
|
7
7
|
## Official version : "0.2.0",
|
|
8
|
-
## test version : "0.2.1-beta.
|
|
8
|
+
## test version : "0.2.1-beta.2,
|
|
9
9
|
## npmmirror
|
|
10
10
|
When cnpm sync execution is unsuccessful,you can go the website(http://www.npmmirror.com/package/lh-ui-next) and press sync button to
|
|
11
11
|
manual trigger the sync event
|
package/package.json
CHANGED
|
@@ -42,34 +42,29 @@
|
|
|
42
42
|
cursor: grab;
|
|
43
43
|
cursor: -moz-grab;
|
|
44
44
|
cursor: -webkit-grab;
|
|
45
|
-
transform: scale(1.2);
|
|
46
45
|
}
|
|
47
46
|
}
|
|
48
47
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}
|
|
48
|
+
//&:hover {
|
|
49
|
+
// height: 58px;
|
|
50
|
+
// top: -38px;
|
|
51
|
+
// .lh-slider-button-wrapper {
|
|
52
|
+
// cursor: grab;
|
|
53
|
+
// cursor: -moz-grab;
|
|
54
|
+
// cursor: -webkit-grab;
|
|
55
|
+
// }
|
|
56
|
+
// .lh-slider-tooltip {
|
|
57
|
+
// display: inline-block;
|
|
58
|
+
// }
|
|
59
|
+
// .grabbing {
|
|
60
|
+
// cursor: grabbing;
|
|
61
|
+
// cursor: -moz-grabbing;
|
|
62
|
+
// cursor: -webkit-grabbing;
|
|
63
|
+
// }
|
|
64
|
+
//}
|
|
67
65
|
&:active {
|
|
68
66
|
height: 50px;
|
|
69
67
|
top: -38px;
|
|
70
|
-
.lh-slider-button-wrapper {
|
|
71
|
-
transform: scale(1.2);
|
|
72
|
-
}
|
|
73
68
|
.lh-slider-tooltip {
|
|
74
69
|
display: inline-block;
|
|
75
70
|
}
|