Make WordPress Core

Opened 21 months ago

Last modified 18 months ago

#57019 new defect (bug)

WordPress is now adding underline to all website links except those with a specific class

Reported by: amityweb's profile amityweb Owned by:
Milestone: Awaiting Review Priority: normal
Severity: major Version: 6.1
Component: Themes Keywords:
Focuses: Cc:

Description (last modified by sabernhardt)

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 (2)

#1 in reply to: ↑ description @amityweb
21 months ago

I should add, we do not use block builder. We normally use DIVI to disable it, or disable it in our functions file.

#2 @sabernhardt
18 months ago

  • Component changed from General to Themes
  • Description modified (diff)
Note: See TracTickets for help on using tickets.