Skip to content

Commit

Permalink
Fix neutral grays.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtias committed Jun 29, 2017
1 parent 7d31729 commit 04932b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/inserter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ input[type="search"].editor-inserter__search {
}

.editor-inserter__tab {
background: #eee;
background: $light-gray-300;
border: none;
border-bottom: 2px solid transparent;
border-top: 2px solid transparent;
box-shadow: 0 0 0 1px #ddd;
box-shadow: 0 0 0 1px $light-gray-500;
font-size: $default-font;
padding: 8px 8px;
width: 100%;
Expand Down

0 comments on commit 04932b1

Please sign in to comment.