File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 9
9
.settings-button ,
10
10
.style-toggle {
11
11
@extend %tool-button ;
12
+
13
+ & :hover {
14
+ background-color : var (--el-color-info-light-8 );
15
+ transform : translateY (-1px );
16
+ box-shadow : 0 2px 6px rgba (0 , 0 , 0 , 0.1 );
17
+ }
18
+
19
+ & :active {
20
+ transform : translateY (0 );
21
+ box-shadow : none ;
22
+ }
23
+
24
+ & .active {
25
+ background-color : var (--el-color-primary );
26
+ color : white ;
27
+ box-shadow : 0 2px 6px var (--el-color-primary-light-5 );
28
+
29
+ & :hover {
30
+ background-color : var (--el-color-primary-light-3 );
31
+ box-shadow : 0 2px 8px var (--el-color-primary-light-4 );
32
+ }
33
+
34
+ & :active {
35
+ background-color : var (--el-color-primary-dark-2 );
36
+ box-shadow : 0 1px 4px var (--el-color-primary-light-5 );
37
+ }
38
+ }
12
39
}
13
40
14
41
.formula-info {
You can’t perform that action at this time.
0 commit comments