Opened 11 years ago
Closed 11 years ago
#27072 closed defect (bug) (duplicate)
Use Dashicons for `#wp-link .toggle-arrow`
Reported by: | ocean90 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | good-first-bug has-patch |
Focuses: | ui | Cc: |
Description
The toggle arrow of editors Add Link dialog still uses /images/toggle-arrow.png
as a background image. We can use Dashicons here.
Attachments (2)
Change History (5)
#1
@
11 years ago
- Keywords has-patch added
I checked to see how dashicons are used elsewhere. It looks like the css is used directly opposed to using helper elements with the dashicon classes. I implemented the attached patch using observed method.
This ticket was mentioned in IRC in #wordpress-dev by jackreichert. View the logs.
11 years ago
Note: See
TracTickets for help on using
tickets.
css fix to use dashicon instead of images/toggle-arrow.png