Skip to content

Commit

Permalink
Merge pull request #3085 from WordPress/fix/switcher-double-border
Browse files Browse the repository at this point in the history
Fix visual issue with switcher
  • Loading branch information
jasmussen authored Oct 20, 2017
2 parents ee9de2e + ea1d452 commit 3316c3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion editor/block-switcher/style.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
.editor-block-switcher {
position: relative;
border: 1px solid $light-gray-500;
background-color: $white;
font-family: $default-font;
font-size: $default-font-size;
line-height: $default-line-height;
margin-right: -1px;
margin-bottom: -1px;

.components-toolbar {
height: 38px;
}
}

.editor-block-switcher__toggle {
Expand Down

0 comments on commit 3316c3c

Please sign in to comment.