Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions packages/block-library/src/navigation/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,18 @@
display: block;
position: static;
width: 100%;

// Colors need to work in both dark themes, and dark dropdown colors.
// This customization would be nice to retire in a refactor of the canvas appender button.
.block-editor-button-block-appender {
color: $white;
background: $gray-900;
padding: 0;
width: $button-size-small;
border-radius: $radius-block-ui;
margin-right: 0;
margin-left: auto;
}
}

// Hide when hovering.
Expand Down