[wp-meta] [Making WordPress.org] #7916: Button is not visible due to white text color.

Making WordPress.org noreply at wordpress.org
Tue Feb 18 12:10:52 UTC 2025


#7916: Button is not visible due to white text color.
--------------------------------------+---------------------
 Reporter:  dhrumilk                  |       Owner:  (none)
     Type:  defect (bug)              |      Status:  new
 Priority:  normal                    |   Milestone:
Component:  Translate Site & Plugins  |  Resolution:
 Keywords:  needs-patch               |
--------------------------------------+---------------------

Comment (by mikinc860):

 Issue Resolution for #locale-header ul li.download-button a (Line 129) in
 i18n-teams.css

 The button styling has been adjusted to ensure better consistency,
 readability, and accessibility. Below are the refined styles:


 {{{
 #locale-header ul li.download-button a {
     text-decoration: none;
     background-color: var(--wp--preset--color--deep-blueberry);
     border-radius: 2px;
     color: var(--wp--preset--color--white);
     display: block;
     font-size: var(--wp--preset--font-size--small);
     font-weight: 700;
     line-height: 1.15;
     padding: 10px 19px;
     transition: background-color 0.3s ease-in-out;
 }

 #locale-header ul li.download-button a:hover {
     background-color: var(--wp--preset--color--deep-blueberry);
     opacity: 0.9;
 }

 #locale-header ul li.download-button a:active {
     background-color: var(--wp--preset--color--charcoal-1) !important;
     border-color: var(--wp--preset--color--white);
 }

 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/7916#comment:3>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list