-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[Scaladoc] blockquotes have no styling #17421
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
Labels
Comments
Actually I inspected the element in safari developer tools, and It appears they have no styling except the browser default. This one seems to be good to try out: /* content blockquote */
#content blockquote {
color: var(--text-secondary);
border-left: 4px solid var(--border-default);
padding: 0 calc(2 * var(--base-spacing));
margin-inline-start: calc(2 * var(--base-spacing));
margin-inline-end: calc(2 * var(--base-spacing));
} what it looks like: |
Dedelweiss
added a commit
to Dedelweiss/dotty
that referenced
this issue
May 8, 2023
G1ng3r
pushed a commit
to G1ng3r/dotty
that referenced
this issue
Sep 10, 2023
fixes scala#17421 After:  @szymon-rd I was not sure who to assign to, or which branch to use
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Minimized example
from https://docs.scala-lang.org/scala3/reference/contextual/derivation.html#

In the above screenshot, blockquotes only change the indentation of text, I would expect perhaps a muted color, and possibly also a background/border of some sort
The text was updated successfully, but these errors were encountered: