@@ -42,19 +42,6 @@ projects-v2 div:has(> span ~ h1) span[data-variant="done"] {
42
42
background-color : var (--rissue-issue-closed-fg ) !important ;
43
43
}
44
44
45
- svg : has (path [d = "M11.28 6.78a.75.75 0 0 0-1.06-1.06L7.25 8.69 5.78 7.22a.75.75 0 0 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l3.5-3.5Z" ]) path {
46
- fill : unset !important ;
47
- }
48
-
49
- /* milestone check */
50
- a [href *= "/milestone/" ] svg : has (path [d = "M10.0206 11.1074C9.68518 11.3949 9.18014 11.3561 8.8926 11.0206L5.8926 7.52061C5.62055 7.20322 5.63873 6.72989 5.93432 6.4343L7.43432 4.9343C7.74674 4.62188 8.25327 4.62188 8.56569 4.9343C8.87811 5.24672 8.87811 5.75325 8.56569 6.06567L7.58953 7.04182L10.1074 9.97935C10.3949 10.3148 10.3561 10.8198 10.0206 11.1074Z" ]) path {
51
- fill : var (--rissue-issue-closed ) !important ;
52
- }
53
-
54
- a [href *= "/milestone/" ] svg : has (path [d = "M10.0206 11.1074C9.68518 11.3949 9.18014 11.3561 8.8926 11.0206L5.8926 7.52061C5.62055 7.20322 5.63873 6.72989 5.93432 6.4343L7.43432 4.9343C7.74674 4.62188 8.25327 4.62188 8.56569 4.9343C8.87811 5.24672 8.87811 5.75325 8.56569 6.06567L7.58953 7.04182L10.1074 9.97935C10.3949 10.3148 10.3561 10.8198 10.0206 11.1074Z" ]) circle [stroke-linecap = "round" ]{
55
- stroke : var (--rissue-issue-closed ) !important ;
56
- }
57
-
58
45
: is (
59
46
span .State--merged , /* issue badge (legacy) */
60
47
.TimelineItem-badge , /* timeline icon (legacy) */
@@ -71,11 +58,6 @@ div:is([class^="prc-Timeline-TimelineBadge-"],[class*=" prc-Timeline-TimelineBad
71
58
background-color : var (--rissue-issue-closed ) !important ;
72
59
}
73
60
74
- /* sub issue circle */
75
- svg [class ^= "ProgressCircle-module__completedIcon" ] > circle {
76
- stroke : var (--rissue-issue-closed ) !important ;
77
- }
78
-
79
61
/* progress circle */
80
62
: is (
81
63
# issue-viewer-side-panel ,
@@ -84,7 +66,11 @@ svg[class^="ProgressCircle-module__completedIcon"] > circle{
84
66
circle [class ^= "ProgressCircle-module__circleProgressShade" ],
85
67
circle [class ^= "ProgressCircle-module__circleProgress" ]
86
68
),
87
- projects-v2 svg [data-target = "tracked-issues-progress.progress" ] circle [stroke-dashoffset ]{
69
+ projects-v2 svg [data-target = "tracked-issues-progress.progress" ] circle [stroke-dashoffset ],
70
+ /* sub issue circle */
71
+ svg [class ^= "ProgressCircle-module__completedIcon" ] > circle ,
72
+ /* milestone circle */
73
+ a [href *= "/milestone/" ] svg : has (path [d = "M10.0206 11.1074C9.68518 11.3949 9.18014 11.3561 8.8926 11.0206L5.8926 7.52061C5.62055 7.20322 5.63873 6.72989 5.93432 6.4343L7.43432 4.9343C7.74674 4.62188 8.25327 4.62188 8.56569 4.9343C8.87811 5.24672 8.87811 5.75325 8.56569 6.06567L7.58953 7.04182L10.1074 9.97935C10.3949 10.3148 10.3561 10.8198 10.0206 11.1074Z" ]) circle [stroke-linecap = "round" ]{
88
74
stroke : var (--rissue-issue-closed ) !important ;
89
75
}
90
76
@@ -95,6 +81,12 @@ projects-v2 svg[data-target="tracked-issues-progress.progress"] circle[stroke-da
95
81
react-app [app-name = "issues-react" ]
96
82
) : is (
97
83
svg [class ^= "ProgressCircle-module__completedIcon" ]
98
- ) > path {
84
+ ) > path ,
85
+ /* milestone check */
86
+ a [href *= "/milestone/" ] svg : has (path [d = "M10.0206 11.1074C9.68518 11.3949 9.18014 11.3561 8.8926 11.0206L5.8926 7.52061C5.62055 7.20322 5.63873 6.72989 5.93432 6.4343L7.43432 4.9343C7.74674 4.62188 8.25327 4.62188 8.56569 4.9343C8.87811 5.24672 8.87811 5.75325 8.56569 6.06567L7.58953 7.04182L10.1074 9.97935C10.3949 10.3148 10.3561 10.8198 10.0206 11.1074Z" ]) path {
99
87
fill : var (--rissue-issue-closed ) !important ;
88
+ }
89
+
90
+ svg : has (path [d = "M11.28 6.78a.75.75 0 0 0-1.06-1.06L7.25 8.69 5.78 7.22a.75.75 0 0 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l3.5-3.5Z" ]) path {
91
+ fill : unset !important ;
100
92
}
0 commit comments