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:
parent
f2f3a883d7
commit
0bf42bf3b7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user