[wp-trac] [WordPress Trac] #26898: Typo in wp-admin.css ".widgets-chooser li" transition
WordPress Trac
noreply at wordpress.org
Tue Jan 21 17:01:51 UTC 2014
#26898: Typo in wp-admin.css ".widgets-chooser li" transition
----------------------------+-----------------------------
Reporter: ciantic | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: trunk
Severity: normal | Keywords:
----------------------------+-----------------------------
In wp-admin/css/wp-admin.css (line 11209) reads followingly:
{{{
.widgets-chooser li {
...
transition: background: 0.2s ease-in-out;
}
}}}
I suspect this extra colon is typo, it should be:
{{{
.widgets-chooser li {
...
transition: background 0.2s ease-in-out;
}
}}}
However it's missing completely the browser specific syntaxes for
transition, so perhaps those should be added also.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/26898>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list