Style adjutments for fixing customizer shortcut button not appearing.

This commit is contained in:
mateuswetah 2020-04-15 17:58:53 -03:00
parent 48977e8852
commit 835393cdcc
1 changed files with 10 additions and 0 deletions

View File

@ -119,6 +119,16 @@ export default {
list-style: none;
}
/* WordPress customize shortcut edit buttons are not appearing properly */
.customize-partial-edit-shortcut button,
.widget .customize-partial-edit-shortcut button {
opacity: 1;
animation: none;
left: 30px;
top: 2px;
pointer-events: auto;
}
// We need this because bootstrap messes up with this class
.dropdown-menu {
display: block;