Opened 7 years ago
Closed 7 years ago
#3311 closed defect (bug) (fixed)
Gutenberg Theme: Links in list are not underlined
Reported by: | Soean | Owned by: | obenland |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | General | Keywords: | needs-patch |
Cc: |
Description
On wordpress.org only links in paragraphs are underlined. If you put them into a list, there is no underline. For example, see the resources list at the end of the page: https://wordpress.org/gutenberg/
Attachments (2)
Change History (9)
#2
@
7 years ago
- Owner changed from karmatosed to obenland
- Summary changed from Links in list are nor underlined to Gutenberg Theme: Links in list are not underlined
#3
@
7 years ago
@obenland I think its a wp.org global bug in wp4.css, not just in the gutenberg theme.
Other example: https://wordpress.org/about/etiquette/
#4
@
7 years ago
It's little difficult to create patch for wp4.css. If we use any of this class to add CSS "#pagebody a", ".wrapper a", "ul li a", that is overriding everywhere. @obenland What's your suggestion for this?
#5
@
7 years ago
I think its a wp.org global bug in wp4.css, not just in the gutenberg theme.
Oh, based on the ticket description I assumed this was about the Gutenberg theme.
It is very difficult to change these kinds of things in wp4.css since it's loaded on all of dotorg. Additionally, in this case, the style directives in question are very broad, which doesn't help either.
They are much easier fixed in a more narrow scope, on a specific site, ideally making wp4 styles unnecessary (like in wporg
and wporg-main
).
example links