[wp-trac] [WordPress Trac] #43168: Customizer: Iris color picker handle above section title
WordPress Trac
noreply at wordpress.org
Sat Jan 27 18:58:06 UTC 2018
#43168: Customizer: Iris color picker handle above section title
--------------------------+-----------------------------
Reporter: crstnio | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Customize | Version: 4.9.2
Severity: normal | Keywords:
Focuses: ui |
--------------------------+-----------------------------
When Iris color picker is opened, the handle displays bevor the section
title – if section is visible during scroll-up.
Section title styles:
{{{
#customize-controls .customize-info.is-in-view,
#customize-controls .customize-section-title.is-in-view {
z-index: 9;
}
}}}
Handle styles:
{{{
.iris-picker .iris-square-handle {
z-index: 10;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43168>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list