Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix scaladoc graph highlight background color in dark mode #21814

Merged
merged 1 commit into from
Oct 20, 2024

Conversation

Jentsch
Copy link
Contributor

@Jentsch Jentsch commented Oct 19, 2024

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:

grafik

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

grafik

In light mode the graph looks the same as before:

grafik

I also fixed two typos

@bracevac bracevac merged commit ad09ab8 into scala:main Oct 20, 2024
28 checks passed
@Jentsch Jentsch deleted the fix-graph-background-color branch October 21, 2024 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants