Opened 3 years ago
Closed 3 years ago
#13719 closed enhancement (fixed)
Remove background color for default RSS widget icon
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | 3.0 |
| Component: | Widgets | Version: | 3.0 |
| Severity: | minor | Keywords: | has-patch |
| Cc: |
Description
See wp-includes/default-widgets.php line 740.
The RSS icon in the default RSS widget currently uses a style of background: orange; which shows up poorly on dark backgrounds.
Patch changes the rule to background: transparent; along with removing unneeded color rule.
Attachments (2)
Change History (7)
lancewillett — 3 years ago
- Milestone changed from Unassigned to 3.0
Added a screenshot, should be harmless.
Does it even need background:transparent at that point? That is the default.
Also, it can become esc_attr, but not esc_attr_e, we can't echo there.
Note: See
TracTickets for help on using
tickets.

Screenshot I imagine would be quite useful here.