mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Theme Switcher: Use the global panel back button instead of adding a new one.
This ensures the back button is visible on iOS devices. Same as in [29610]. see #31794. git-svn-id: https://develop.svn.wordpress.org/trunk@31918 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -945,21 +945,16 @@ p.customize-section-description {
|
||||
left: 100%;
|
||||
}
|
||||
|
||||
.themes-panel-back:before {
|
||||
top: 13px;
|
||||
.in-themes-panel .control-panel-back:before {
|
||||
content: "\f345";
|
||||
left: 14px;
|
||||
}
|
||||
|
||||
.in-themes-panel .themes-panel-back {
|
||||
.in-themes-panel .control-panel-back {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.in-sub-panel .themes-panel-back {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.control-panel-back.themes-panel-back:before {
|
||||
content: "\f345";
|
||||
.in-themes-panel .control-panel-back:before {
|
||||
}
|
||||
|
||||
/* Details View */
|
||||
|
||||
Reference in New Issue
Block a user