mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 21:24:35 +00:00
Fix collapse button and return link markup for theme install preview. Props koopersmith. fixes #20800
git-svn-id: https://develop.svn.wordpress.org/trunk@20968 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -5331,19 +5331,11 @@ body.full-overlay-active {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/* Return and close buttons. */
|
||||
.wp-full-overlay .collapse-sidebar,
|
||||
/* Close Link */
|
||||
.wp-full-overlay .close-full-overlay {
|
||||
z-index: 50;
|
||||
position: absolute;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.wp-full-overlay .close-full-overlay {
|
||||
top: 15px;
|
||||
left: 20px;
|
||||
}
|
||||
|
||||
/* Collapse Button */
|
||||
.wp-full-overlay .collapse-sidebar {
|
||||
position: absolute;
|
||||
@@ -5355,6 +5347,7 @@ body.full-overlay-active {
|
||||
height: 19px;
|
||||
padding: 0;
|
||||
border-radius: 50%;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.wp-full-overlay.collapsed .collapse-sidebar {
|
||||
|
||||
Reference in New Issue
Block a user