[wp-trac] [WordPress Trac] #64475: Make dependencies / states more clear

WordPress Trac noreply at wordpress.org
Tue Jan 6 09:20:18 UTC 2026


#64475: Make dependencies / states more clear
---------------------------------------+------------------------------
 Reporter:  Presskopp                  |       Owner:  (none)
     Type:  enhancement                |      Status:  new
 Priority:  normal                     |   Milestone:  Awaiting Review
Component:  Plugins                    |     Version:
 Severity:  normal                     |  Resolution:
 Keywords:  has-screenshots has-patch  |     Focuses:  ui
---------------------------------------+------------------------------

Comment (by Presskopp):

 missing CSS could look like:

 {{{
 .plugins .dependency-icon {
         margin-left: 2px;
         vertical-align: text-bottom;
 }

 .plugins .dependency-icon--active {
         color: #46b450; /* WP success green */
 }

 .plugins .dependency-icon--installed {
         color: #1d2327; /* Default admin text */
 }

 .plugins .dependency-state {
         margin-left: 2px;
         font-style: italic;
 }

 .plugins .dependency-state--missing {
         color: #b32d2e; /* WP error red (optional) */
 }
 }}}

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


More information about the wp-trac mailing list