[wp-trac] [WordPress Trac] #48582: Better to have some hover effects on credits list

WordPress Trac noreply at wordpress.org
Mon Nov 25 06:42:50 UTC 2019


#48582: Better to have some hover effects on credits list
-------------------------------------+-------------------------------------
 Reporter:  ixkaito                  |       Owner:  audrasjb
     Type:  defect (bug)             |      Status:  accepted
 Priority:  normal                   |   Milestone:  5.3.1
Component:  Help/About               |     Version:
 Severity:  normal                   |  Resolution:
 Keywords:  has-patch has-           |     Focuses:  ui, accessibility,
  screenshots needs-design-feedback  |  administration
-------------------------------------+-------------------------------------

Comment (by mukesh27):

 @audrasjb Tested
 [https://core.trac.wordpress.org/attachment/ticket/48582/48582.3.diff
 48582.3.diff] patch it is working fine.

 Can we remove the hover color from below about section CSS because normal
 state and hover state links color are the same so it was not required to
 add hover color?

 {{{

 .about__section a:hover,
 .about__section a:active,
 .about__section a:focus {
     color: #5F1B29;
     text-decoration: none;
 }
 }}}

 Replace to

 {{{

 .about__section a:hover,
 .about__section a:active,
 .about__section a:focus {
     text-decoration: none;
 }
 }}}

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


More information about the wp-trac mailing list