[wp-trac] [WordPress Trac] #61660: links are now underlined

WordPress Trac noreply at wordpress.org
Tue Jul 16 20:19:50 UTC 2024


#61660: links are now underlined
--------------------------+--------------------------------
 Reporter:  Annubis       |       Owner:  (none)
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:
Component:  Editor        |     Version:  6.6
 Severity:  normal        |  Resolution:  reported-upstream
 Keywords:                |     Focuses:  css
--------------------------+--------------------------------

Comment (by butterflymedia):

 This is how I solved it, in case anyone stumbles upon this ticket. I put
 the code below in my theme:

 {{{
 :root :where(a:where(:not(.wp-block-navigation))),
 :root :where(a:where(:not(.wp-element-button))) {
     text-decoration: initial;
 }

 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/61660#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list