[wp-trac] [WordPress Trac] #57019: WordPress is now adding underline to all website links except those with a specific class

WordPress Trac noreply at wordpress.org
Mon Nov 7 12:37:12 UTC 2022


#57019: WordPress is now adding underline to all website links except those with a
specific class
--------------------------+-----------------------------
 Reporter:  amityweb      |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  6.1
 Severity:  major         |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 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;
 }
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/57019>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list