Opened 2 years ago
Closed 4 months ago
#57019 closed defect (bug) (reported-upstream)
WordPress is now adding underline to all website links except those with a specific class
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | major | Version: | 6.1 |
Component: | Themes | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
This is now appearing on all our WP sites, and you can see this will cause underlines to appear on all links without the .wp-element-button
class.
a:where(:not(.wp-element-button)) { text-decoration: underline; }
Change History (3)
#1
in reply to:
↑ description
@
2 years ago
#3
@
4 months ago
- Milestone Awaiting Review deleted
- Resolution set to reported-upstream
- Status changed from new to closed
Hi @amityweb
Since this involves the global styles, it needs to be managed in the Gutenberg GitHub repository.
This is already reported here: https://github.com/WordPress/gutenberg/issues/44166
So I am closing this issue as reported upstream.
Note: See
TracTickets for help on using
tickets.
I should add, we do not use block builder. We normally use DIVI to disable it, or disable it in our functions file.