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

WordPress Trac noreply at wordpress.org
Wed Jul 17 14:51:15 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 needs-testing has-   |     Focuses:  css
  testing-info                                   |
-------------------------------------------------+-------------------------

Comment (by jchambo):

 Replying to [comment:20 jorbin]:
 > @jchambo as of now, the team is exploring
 https://github.com/WordPress/gutenberg/pull/63403 as a fix. Can you follow
 the testing instructions in mine and @hellofromTonya's comments above and
 report back if it resolves it for you?

 This solves my issue when using Divi via inputting it in the CSS:


 {{{
 /*Fix WordPress v6.6 Underline Text Issue*/
 :root a:not(.wp-element-button) {
 text-decoration: none;
 }
 }}}

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


More information about the wp-trac mailing list