Skip to content

Commit

Permalink
Dropper shadow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Feb 26, 2021
1 parent b2251ac commit 33debae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
background-color: $gray-900;
border-radius: $radius-block-ui;
border: $border-width solid $gray-900;
box-shadow: 0 4px 6px rgba($black, 0.3);
box-shadow: 0 6px 8px rgba($black, 0.3);
color: $white;
cursor: grabbing;
display: inline-flex;
Expand Down
4 changes: 4 additions & 0 deletions packages/block-editor/src/components/block-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,10 @@
border: none;
}
padding: $grid-unit-15 / 2;

&:active {
color: $white;
}
}

.components-button.block-selection-button_select-button {
Expand Down

0 comments on commit 33debae

Please sign in to comment.