Commit ad09ab8
authored
Fix scaladoc graph highlight background color in dark mode (#21814)
This PR should fix the background of the gradient that highlights the
current type in the graph view in dark mode.
For example on
https://www.scala-lang.org/api/current/scala/annotation/ClassfileAnnotation.html
you see right now a black box around the class in the graph:

The right color to use here is `--background-main`:

In light mode the graph looks the same as before:

I also fixed two typos1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
| 325 | + | |
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| |||
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
571 | | - | |
| 571 | + | |
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
| |||
0 commit comments