[wp-trac] [WordPress Trac] #51445: [Multiple Bundled Themes] Add theme support for navigation-widgets
WordPress Trac
noreply at wordpress.org
Mon Oct 19 20:33:37 UTC 2020
#51445: [Multiple Bundled Themes] Add theme support for navigation-widgets
----------------------------+----------------------------
Reporter: Hareesh Pillai | Owner: williampatton
Type: task (blessed) | Status: reopened
Priority: normal | Milestone: 5.6
Component: Bundled Theme | Version: 5.5
Severity: normal | Resolution:
Keywords: needs-testing | Focuses: accessibility
----------------------------+----------------------------
Changes (by SergeyBiryukov):
* keywords: has-patch needs-testing commit => needs-testing
* status: closed => reopened
* resolution: fixed =>
* type: enhancement => task (blessed)
Comment:
Replying to [comment:12 williampatton]:
> I did a cursory scan over all the default themes for this in my test
environment a few days back and there seemed to be no visual changes at
all. I did not search the CSS of the themes to ensure there was no
selectors that relied on there _not_ being an extra element: IE:
>
> {{{
> .widget-content > ul
> }}}
Found this in Twenty Twenty:
{{{
.widget-content > div > *:first-child {
margin-top: 0;
}
.widget-content > div > *:last-child {
margin-bottom: 0;
}
}}}
Let's see if it needs any adjustment.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/51445#comment:14>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list