[wp-trac] [WordPress Trac] #50809: Twenty Thirteen: Wrong color for social icons

WordPress Trac noreply at wordpress.org
Thu Sep 10 16:31:43 UTC 2020


#50809: Twenty Thirteen: Wrong color for social icons
-------------------------------------------------+-------------------------
 Reporter:  desrosj                              |       Owner:  desrosj
     Type:  defect (bug)                         |      Status:  assigned
 Priority:  normal                               |   Milestone:  5.6
Component:  Bundled Theme                        |     Version:
 Severity:  normal                               |  Resolution:
 Keywords:  has-screenshots good-first-bug has-  |     Focuses:
  patch                                          |
-------------------------------------------------+-------------------------

Comment (by poena):

 Tested with WP 5.5.1 with and without Gutenberg 8.9.3.

 Confirmed that the color problem is present and that the patch resolves
 it.

 -There are small color differences to the links when this CSS is removed.
 So the question is if this is something acceptable or if it needs to be
 solved.


 The current colors are:

 {{{
 .entry-content a,
 .comment-content a {
         color: #bc360a;
 }

 .entry-content a:hover,
 .comment-content a:hover {
         color: #ea9629;
 }
 }}}

 And when this code is removed the styles fall back to:

 {{{
 a {
         color: #ca3c08;
         text-decoration: none;
 }

 a:visited {
         color: #ac0404;
 }

 a:focus {
         outline: thin dotted;
 }

 a:active,
 a:hover {
         color: #ea9629;
         outline: 0;
 }
 }}}

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


More information about the wp-trac mailing list