[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
Fri Feb 17 00:08:07 UTC 2023


#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:  Themes        |     Version:  6.1
 Severity:  major         |  Resolution:
 Keywords:                |     Focuses:
--------------------------+------------------------------
Changes (by sabernhardt):

 * component:  General => Themes


Old description:

> 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;
> }
> }}}

New description:

 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#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list