Make WordPress Core

Changeset 41808


Ignore:
Timestamp:
10/10/2017 04:22:34 PM (7 years ago)
Author:
melchoyce
Message:

Customizer: Vertically center section arrows.

Props dualcube_subrata.
Fixes #42123.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r41774 r41808  
    33023302.control-section .accordion-section-title:after,
    33033303.customize-pane-child .accordion-section-title:after {
    3304     top: 11px;
     3304    top: calc(50% - 10px); /* Arrow height is 20px, so use half of that to vertically center */
    33053305}
    33063306
Note: See TracChangeset for help on using the changeset viewer.