Customizer Theme Switcher: Reset font size of theme names in overlay. Apply left position only to themes section.
see #31303. Built from https://develop.svn.wordpress.org/trunk@31892 git-svn-id: http://core.svn.wordpress.org/trunk@31871 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -901,6 +901,10 @@ p.customize-section-description {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
#customize-controls .theme-overlay .theme-name {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
.wp-customizer .theme-browser .theme.active .theme-name {
|
||||
padding-left: 15px;
|
||||
}
|
||||
@@ -920,7 +924,7 @@ p.customize-section-description {
|
||||
transform: rotate(-180deg);
|
||||
}
|
||||
|
||||
#customize-theme-controls .control-section.current-panel > h3.accordion-section-title {
|
||||
#customize-theme-controls .control-section-themes.current-panel > h3.accordion-section-title {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user