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

WordPress Trac noreply at wordpress.org
Wed Jul 17 01:40:10 UTC 2024


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

Comment (by aaronrobertshaw):

 Replying to [comment:5 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;
 > }
 >
 > }}}

 An alternative to the above change would be to ensure that somewhere in
 the CSS selectors for links there is a classname or class-level selector.

 A discussion around such a temporary fix can be found in
 https://github.com/WordPress/gutenberg/issues/63345#issuecomment-2224249574

 > i use gutenberg and divi and other themes and this happens after the
 update. for me this means that it is not a theme bug

 The fix for this issue in
 https://github.com/WordPress/gutenberg/pull/63403 will be available in GB
 18.8 which should be released today.

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


More information about the wp-trac mailing list