Skip to content

Commit

Permalink
Top toolbar: fix half a pixel artifacting of the bottom border. (#62225)
Browse files Browse the repository at this point in the history
* Top toolbar: fix half a pixel artifacting of the bottom border.

* Address feedback.

* Restore previous fix after all.

* Use transparent background color.

* Update changelog.

* Move the rule to the right place.

* Remove entry from changelog.

Co-authored-by: jasmussen <joen@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: draganescu <andraganescu@git.wordpress.org>
Co-authored-by: jeryj <jeryj@git.wordpress.org>
  • Loading branch information
5 people authored Jun 4, 2024
1 parent f0965fe commit ffb6c43
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
.block-editor-block-contextual-toolbar {
border-bottom: 0;
height: 100%;
background: transparent;
}

// These rules ensure that icons are always positioned in a way that lines up with the rest of the icons in the toolbar.
Expand Down

0 comments on commit ffb6c43

Please sign in to comment.