We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f4397b commit 5ed5effCopy full SHA for 5ed5eff
src/css/manage.scss
@@ -60,6 +60,12 @@ $inactive-color: #ccc;
60
height: 17px;
61
border-radius: 34px;
62
background-color: #ccc;
63
+ box-shadow: 0 0px 1px 0px rgba(0, 0, 0, .2);
64
+ transition: all 200ms ease-in-out !important;
65
+
66
+ &:hover {
67
+ box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.5);
68
+ }
69
70
&::before {
71
transition: all .4s;
@@ -72,20 +78,12 @@ $inactive-color: #ccc;
72
78
border-radius: 50%;
73
79
}
74
80
75
- &:hover::before {
76
- transform: translateX(40%);
77
- }
-
81
.snippets .active-snippet & {
82
background-color: $active-color;
83
84
85
transform: translateX(100%);
86
87
- transform: translateX(60%);
88
89
90
91
.snippets .erroneous-snippet &::before {
0 commit comments