Skip to content

Commit

Permalink
Add background color to make icon more understandable
Browse files Browse the repository at this point in the history
  • Loading branch information
phpbits committed May 12, 2019
1 parent 5961d4c commit bf90ee2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/blocks.editor.build.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,6 @@
display: block;
margin: 24px -18px;
border-top: 1px solid #e2e4e7; }

.components-editorskit-dropdown-menu__toggle svg {
background: #eee; }
5 changes: 5 additions & 0 deletions src/extensions/formats/colors/styles/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@
display: block;
margin: 24px -18px;
border-top: 1px solid #e2e4e7;
}
.components-editorskit-dropdown-menu__toggle{
svg{
background: #eee;
}
}

0 comments on commit bf90ee2

Please sign in to comment.