forked from sigvef/github-pull-request-colorizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
content.css
100 lines (83 loc) · 2.92 KB
/
content.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
.project-column .issue-card.project-card[data-card-state="[\"closed\"]"],
.project-column .issue-card.project-card[data-card-state="[\"closed\",\"merged\"]"] {
opacity: 0.25;
}
.github-pull-request-colorizer--notification {
padding: 3px 6px;
background: var(--color-scale-yellow-2);
border: 1px solid var(--color-scale-yellow-7);
color: var(--color-scale-yellow-9);
border-radius: 2px;
display: inline-block;
margin: -4px 0 -4px 16px;
}
a.github-pull-request-colorizer--repository {
width: 160px;
margin-right: 32px;
text-align: right;
float: left;
height: 28px;
font-weight: 100 !important;
}
.github-pull-request-colorizer--information-line {
margin-left: 192px;
}
.github-pull-request-colorizer--draft-pr {
background: #f6f8fa;
}
.github-pull-request-colorizer--dark-mode.github-pull-request-colorizer--draft-pr {
background: #1f2a35;
}
.github-pull-request-colorizer--draft-pr .github-pull-request-colorizer--information-line,
.github-pull-request-colorizer--draft-pr .github-pull-request-colorizer--title {
font-weight: 100 !important;
}
.github-pull-request-colorizer--dark-mode .github-pull-request-colorizer--title {
color: white !important;
}
.github-pull-request-colorizer--dark-mode.github-pull-request-colorizer--highlight .github-pull-request-colorizer--title {
color: var(--color-attention-fg) !important;
}
.github-pull-request-colorizer--dark-mode.github-pull-request-colorizer--highlight .github-pull-request-colorizer--information-line,
.github-pull-request-colorizer--dark-mode.github-pull-request-colorizer--highlight .github-pull-request-colorizer--information-line a.muted-link {
color: var(--color-scale-yellow-6) !important;
}
.github-pull-request-colorizer--draft-pr > * {
opacity: 0.25;
}
.github-pull-request-colorizer--draft-pr svg path {
fill: #24292e;
}
.markdown-body .container-md {
/* Make checks output full width */
max-width: none;
}
.github-pull-request-colorizer--row,
.github-pull-request-colorizer--row.mt-0,
.github-pull-request-colorizer--row.pt-0 {
margin-top: -1px !important;
padding-top: 1px !important;
border-top-width: 1px;
border-bottom-width: 1px;
}
.github-pull-request-colorizer--green-pr {
background-image: linear-gradient(45deg, var(--color-success-subtle) 25%, #ffffff00 25%, #ffffff00 50%, var(--color-success-subtle) 50%, var(--color-success-subtle) 75%, #ffffff00 75%, #ffffff00 100%);
background-size: calc(56.57px * 2) calc(56.57px * 2);
}
.github-pull-request-colorizer--green-pr svg path {
fill: #24292e;
}
.github-pull-request-colorizer--build-status-parent {
position: absolute;
left: 176px;
top: 9px;
}
.github-pull-request-colorizer--highlight {
background-color: var(--color-attention-subtle) !important;
border-top: 1px solid var(--color-border-muted) !important;
transform: translateZ(20px);
}
.github-pull-request-colorizer--green-pr {
border-top: 1px solid var(--color-border-muted) !important;
transform: translateZ(10px);
}