mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Twenty Seventeen: Fix positioning of edit shortcuts when partials are nested inside a frontpage panel.
Fixes #41557. git-svn-id: https://develop.svn.wordpress.org/trunk@41842 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3091,7 +3091,7 @@ object {
|
||||
}
|
||||
|
||||
/* Add some space around the visual edit shortcut buttons. */
|
||||
.twentyseventeen-panel .customize-partial-edit-shortcut button {
|
||||
.twentyseventeen-panel > .customize-partial-edit-shortcut > button {
|
||||
top: 30px;
|
||||
left: 30px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user