scala / scala3

The Scala 3 compiler, also known as Dotty.
https://dotty.epfl.ch
Apache License 2.0
5.88k stars 1.06k forks source link

Regression in warning style in new Scaladoc UI #16233

Closed julienrf closed 1 year ago

julienrf commented 2 years ago

The current dotty website contains a section with class="warning" that renders as follows:

image

This section should more visible. Fore reference, it used to be as follows before the migration to the new Scaladoc UI:

image

Dedelweiss commented 1 year ago

This issue seems to be corrected. @ckipp01

ckipp01 commented 1 year ago

This issue seems to be corrected. @ckipp01

Do you have a link on the current scaladoc where this is being used and is showing correctly @Dedelweiss ?

Dedelweiss commented 1 year ago

Of course, here is an example on this page. As you can see below, the section with the warning class is much more visible.

Screenshot 2023-04-12 at 14 02 50 Screenshot 2023-04-12 at 14 03 41

Same page as the issue : https://dotty.epfl.ch/docs/reference/new-types/intersection-types.html#

julienrf commented 1 year ago

Thank you for checking this, @Dedelweiss!