Skip to content

Commit

Permalink
Reduces padding on highlight for drop down (#26572)
Browse files Browse the repository at this point in the history
* Reduces padding on highlight for drop down

* Remove the inherited callcaps.

* Removes class not needed now

* removes package.json

* Fixes deletion of package-lock.json

Co-authored-by: jasmussen <[email protected]>
  • Loading branch information
Tammie Lister and jasmussen authored Nov 12, 2020
1 parent 3534119 commit 8034d69
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
28 changes: 28 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions packages/block-editor/src/components/inserter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ $block-inserter-tabs-height: 44px;
}

.block-editor-inserter__panel-title,
.block-editor-inserter__panel-title button,
.components-custom-select-control__menu li {
.block-editor-inserter__panel-title button {
margin: 0 $grid-unit-15 0 0;
color: $gray-700;
text-transform: uppercase;
Expand Down

0 comments on commit 8034d69

Please sign in to comment.