File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 23
23
fill : $light-button-hover-color ;
24
24
}
25
25
}
26
+ & --selected {
27
+ background-color : $light-button-background-hover-color ;
28
+ & g {
29
+ fill : $light-button-hover-color ;
30
+ }
31
+ }
26
32
}
Original file line number Diff line number Diff line change 2
2
@extend %toolbar-button ;
3
3
margin-right : #{15 / $base-font-size } rem;
4
4
& --selected {
5
- background-color : $light-button-background-hover-color ;
6
- & g {
7
- fill : $light-button-hover-color ;
8
- }
5
+ @extend %toolbar-button--selected ;
9
6
}
10
7
}
11
8
12
9
.toolbar__stop-button {
13
10
@extend %toolbar-button ;
14
11
& --selected {
15
- background-color : $light-button-background-hover-color ;
16
- & g {
17
- fill : $light-button-hover-color ;
18
- }
12
+ @extend %toolbar-button--selected ;
19
13
}
20
14
}
21
15
You can’t perform that action at this time.
0 commit comments