1
1
/* Copyright (C) 2021 Katsute <https://github.com/Katsute> */
2
2
3
3
: root { /* this part provided by kidonng <https://github.com/kidonng> */
4
- --rcie-pull-merged : var (--color-done-emphasis , # 8957e5 );
4
+ --rcie-pull-merged : var (--color-done-emphasis , # 8957e5 );
5
5
--rcie-issue-closed : var (--color-danger-fg , # F85149 );
6
- --rcie-white : var (--color-fg-on-emphasis , # F0F6Fc );
6
+ --rcie-white : var (--color-fg-on-emphasis , # F0F6Fc );
7
7
}
8
8
9
9
/* issue icon */
10
10
11
- .issue-closed-done .octicon-issue-closed {
12
- color : var (--rcie-issue-closed ) !important ;
13
- }
14
-
15
- /* issue hover */
16
-
17
- .Popover .octicon .octicon-issue-closed .color-text-danger {
18
- color : var (--rcie-issue-closed ) !important ;
19
- }
20
-
21
- /* subscriptions */
22
-
23
- .issue-closed-done .octicon .octicon-issue-closed .color-text-danger {
11
+ svg .octicon-issue-closed .closed ,
12
+ svg .octicon-issue-closed .color-fg-done {
24
13
color : var (--rcie-issue-closed ) !important ;
25
14
}
26
15
@@ -30,7 +19,7 @@ span[title="Status: Closed"] {
30
19
background-color : var (--rcie-issue-closed ) !important ;
31
20
}
32
21
33
- span [title = "Status: Closed" ] .octicon-issue-closed {
22
+ span [title = "Status: Closed" ] > svg .octicon-issue-closed {
34
23
color : var (--rcie-white ) !important ;
35
24
}
36
25
@@ -40,7 +29,7 @@ span[title="Status: Closed"] .octicon-issue-closed {
40
29
background-color : var (--rcie-issue-closed ) !important ;
41
30
}
42
31
43
- : not (.rcie-merge ).TimelineItem-badge .color-bg-done-emphasis .octicon {
32
+ : not (.rcie-merge ).TimelineItem-badge .color-bg-done-emphasis > svg .octicon-issue-closed {
44
33
color : var (--rcie-white ) !important ;
45
34
}
46
35
0 commit comments