Skip to content

Commit

Permalink
Merge branch 'SLB-454-teaser-list-follow-up' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
chindris committed Oct 27, 2024
2 parents 3550f0c + c55e281 commit 0ee2005
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/drupal/gutenberg_blocks/css/edit.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,17 +313,20 @@ details[open] > summary svg {
grid-column-start: 2;
}


/* Reset a few link input suggestion styles to their gutenberg editor values. */
.block-editor-inner-blocks .block-editor-link-control__search-input-wrapper {
border: 1px solid #cccccc;
font-size: 13px;
}

.block-editor-inner-blocks .block-editor-link-control__search-input-wrapper button.block-editor-link-control__search-item {
.block-editor-inner-blocks
.block-editor-link-control__search-input-wrapper
button.block-editor-link-control__search-item {
padding: 12px 16px;
}

.block-editor-inner-blocks .block-editor-link-control__search-input-wrapper button.block-editor-link-control__search-item:hover {
.block-editor-inner-blocks
.block-editor-link-control__search-input-wrapper
button.block-editor-link-control__search-item:hover {
background-color: #ddd;
}

0 comments on commit 0ee2005

Please sign in to comment.