Customizer: Vertically center section arrows.

Props dualcube_subrata.
Fixes #42123.


git-svn-id: https://develop.svn.wordpress.org/trunk@41808 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mel Choyce 2017-10-10 16:22:34 +00:00
parent f2f3a883d7
commit 0bf42bf3b7

View File

@ -3301,7 +3301,7 @@ img {
.control-section .accordion-section-title:after,
.customize-pane-child .accordion-section-title:after {
top: 11px;
top: calc(50% - 10px); /* Arrow height is 20px, so use half of that to vertically center */
}
.js .control-section:hover .accordion-section-title,