[wp-trac] [WordPress Trac] #30186: Add plugin icons to plugin list table in update-core.php
WordPress Trac
noreply at wordpress.org
Tue Oct 3 20:44:00 UTC 2017
#30186: Add plugin icons to plugin list table in update-core.php
-------------------------------------------------+-------------------------
Reporter: melchoyce | Owner: pento
Type: enhancement | Status: reopened
Priority: normal | Milestone: 4.9
Component: Plugins | Version:
Severity: normal | Resolution:
Keywords: has-screenshots needs-patch ui- | Focuses: ui,
feedback | administration
-------------------------------------------------+-------------------------
Comment (by melchoyce):
Thanks @joemcgill :)
@pento We've been chatting about this in #design (here's a good starting
point: https://wordpress.slack.com/archives/C02S78ZAL/p1507061200000530)
Consensus seems to be:
- Let's start off with ''only'' loading plugin icons on the updates
screen, per the original scope of the ticket. That should also mitigate
some of the performance concerns, since in most cases you (hopefully)
won't be updating every plugin on your site at one time.
- Since we won't have active/inactive on the updates screen, let's use the
grey styles:
{{{
.plugins .plugin-title .dashicons:before {
padding: 2px;
background-color: #eee;
box-shadow: inset 0 0 10px rgba(160,165,170,.15);
font-size: 60px;
color: #B4B9BE;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/30186#comment:40>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list