[wp-trac] [WordPress Trac] #22010: RSS Widget with hardcoded icon and style
WordPress Trac
noreply at wordpress.org
Tue Jan 20 14:56:25 UTC 2015
#22010: RSS Widget with hardcoded icon and style
-----------------------------------+------------------------------
Reporter: thomask | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Widgets | Version: 2.8
Severity: normal | Resolution:
Keywords: ui-feedback has-patch | Focuses:
-----------------------------------+------------------------------
Comment (by SergeyBiryukov):
As noted in comment:1, defaulting to no icon is not the right approach.
> this makes it hard to style (even more that the parent anchor has the
same css class as following title, so you can't even hide it without some
css3 only magic (:first)
This works for me:
{{{
.widget-title .rsswidget > img {
display: none;
}
}}}
We could probably add a specific class for easier targeting. Otherwise,
this seems like a wontfix.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/22010#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list