We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df9d43 commit dc0c37bCopy full SHA for dc0c37b
demos/slider/Slider.html
@@ -20,7 +20,7 @@
20
<script src="../../src/utils/Utils.js"></script>
21
22
<style>
23
-
+
24
.pink-slider {
25
position: relative;
26
display: inline-block;
@@ -34,7 +34,7 @@
34
transition: height 200ms cubic-bezier(0.52, 0.075, 0.47, 0.895);
35
}
36
37
-.pink-slider:hover {
+.pink-slider:hover, .pink-slider:active {
38
height: 8px;
39
40
@@ -50,7 +50,8 @@
50
transition-property: width, height, margin;
51
52
53
-.white-dot:hover {
+.pink-slider:hover .white-dot,
54
+.white-dot:hover, .white-dot:active {
55
width: 20px;
56
height: 20px;
57
margin-top: -4px;
0 commit comments