Skip to content
Snippets Groups Projects
Commit b5677d6d authored by Sohail Lajevardi's avatar Sohail Lajevardi
Browse files

Minor z-index and sidebar UI fixes

parent c729ea5d
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -18,10 +18,16 @@ body.gutenberg--enabled {
}
.page-wrapper {
.interface-interface-skeleton__content {
*:focus:not(.edit-post-layout__metaboxes *) {
box-shadow: none;
}
.interface-interface-skeleton {
&__content {
*:focus:not(.edit-post-layout__metaboxes *) {
box-shadow: none;
}
}
&__header {
z-index: 99;
}
}
}
}
......@@ -177,6 +183,18 @@ body.gutenberg--enabled {
}
}
.block-editor-block-styles {
.block-editor-block-styles__item {
display: flex;
align-items: center;
margin-bottom: 1rem;
.icon-preview {
margin-right: 1rem;
}
}
}
&-toggle {
.gin--dark-mode & {
background-color: var(--colorGinAppBackground);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment