Skip to content

Commit

Permalink
Update css
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvang21 committed Oct 25, 2024
1 parent 0427881 commit 2a9f6cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/block-editor/src/components/block-toolbar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@
box-shadow: 0 $border-width 0 0 rgba($color: #000, $alpha: 0.133); // 0.133 = $gray-200 but with alpha.
}

&.is-contentonly-mode {
background-color: $gray-900;
}

.block-editor-block-toolbar {
overflow: auto;
overflow-y: hidden;
Expand Down
4 changes: 4 additions & 0 deletions packages/block-editor/src/components/block-tools/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@
}
}

.block-editor-block-toolbar {
overflow: visible;
}

.block-editor-block-toolbar .components-toolbar-group,
.block-editor-block-toolbar .components-toolbar {
border-right-color: $gray-900;
Expand Down

0 comments on commit 2a9f6cb

Please sign in to comment.