[wp-trac] [WordPress Trac] #61661: WordPress 6.6 display all links as underlined
WordPress Trac
noreply at wordpress.org
Tue Jul 16 20:19:46 UTC 2024
#61661: WordPress 6.6 display all links as underlined
--------------------------+------------------------
Reporter: simonbelley | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Editor | Version: 6.6
Severity: normal | Resolution: duplicate
Keywords: | Focuses: ui, 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/61661#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list