|
10 | 10 | padding: $em-spacer-5 $em-spacer-6; |
11 | 11 | font: normal normal 11px/1.5 $body-font; |
12 | 12 | -webkit-font-smoothing: subpixel-antialiased; |
13 | | - color: $tooltip-text-color; |
| 13 | + color: $text-white; |
14 | 14 | text-align: center; |
15 | 15 | text-decoration: none; |
16 | 16 | text-shadow: none; |
|
20 | 20 | white-space: pre; |
21 | 21 | pointer-events: none; |
22 | 22 | content: attr(aria-label); |
23 | | - background: $tooltip-background-color; |
| 23 | + background: $bg-black; |
24 | 24 | border-radius: $border-radius; |
25 | 25 | opacity: 0; |
26 | 26 | } |
|
32 | 32 | display: none; |
33 | 33 | width: 0; |
34 | 34 | height: 0; |
35 | | - // stylelint-disable-next-line primer/colors |
36 | | - color: $tooltip-background-color; |
| 35 | + color: $text-black; |
37 | 36 | pointer-events: none; |
38 | 37 | content: ""; |
39 | 38 | // stylelint-disable-next-line primer/borders |
|
103 | 102 | // stylelint-disable-next-line primer/spacing |
104 | 103 | margin-right: -6px; |
105 | 104 | // stylelint-disable-next-line primer/borders |
106 | | - border-bottom-color: $tooltip-background-color; |
| 105 | + border-bottom-color: $bg-black; |
107 | 106 | } |
108 | 107 | } |
109 | 108 |
|
|
137 | 136 | // stylelint-disable-next-line primer/spacing |
138 | 137 | margin-right: -6px; |
139 | 138 | // stylelint-disable-next-line primer/borders |
140 | | - border-top-color: $tooltip-background-color; |
| 139 | + border-top-color: $bg-black; |
141 | 140 | } |
142 | 141 | } |
143 | 142 |
|
|
176 | 175 | // stylelint-disable-next-line primer/spacing |
177 | 176 | margin-top: -6px; |
178 | 177 | // stylelint-disable-next-line primer/borders |
179 | | - border-left-color: $tooltip-background-color; |
| 178 | + border-left-color: $bg-black; |
180 | 179 | } |
181 | 180 | } |
182 | 181 |
|
|
197 | 196 | // stylelint-disable-next-line primer/spacing |
198 | 197 | margin-top: -6px; |
199 | 198 | // stylelint-disable-next-line primer/borders |
200 | | - border-right-color: $tooltip-background-color; |
| 199 | + border-right-color: $bg-black; |
201 | 200 | } |
202 | 201 | } |
203 | 202 |
|
|
0 commit comments