Opened 11 years ago
Closed 11 years ago
#26796 closed enhancement (fixed)
Replace post lock icon with a dashicon
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.9 | Priority: | normal |
Severity: | normal | Version: | 3.9 |
Component: | Posts, Post Types | Keywords: | has-patch |
Focuses: | ui, administration | Cc: |
Attachments (2)
Change History (9)
#3
@
11 years ago
- Keywords has-patch added
26796.diff removes the lock icon from wp-admin.css and replaces it with the lock dashicon, then makes it a lighter color in colors.css.
#4
@
11 years ago
- Component changed from Administration to Posts, Post Types
- Focuses administration added
#5
@
11 years ago
Refreshed after wp-admin.css
and colors.css
splitting/merging.
The patch applies to src/
.
Two things:
- Unsure if
edit.css
is the right place for the color rule. Seems like it may belong inlist-tables.css
(?), since the icon isn't used in the edit screen, but I put it there because it matched up with previous patch placement pre-split. - Removed the
@print
section fromlist-tables.css
because the patch removes the last rule. If this was incorrect, or it should be left for organization's sake, it can certainly be added back.
Edit:
We'll also want to remember remove wp-admin/images/[lock.png|lock-2x.png]
Note: See
TracTickets for help on using
tickets.
Dropping a comment on this ticket as the new ticket notification accidentally did not go out.