Skip to content

Commit

Permalink
Try making the Inserter category icons grayscale. (#16163)
Browse files Browse the repository at this point in the history
* Fixes #14180. Makes the icons grayscale.

* Added an important to the style to increase strictness.
  • Loading branch information
mapk committed Jun 14, 2019
1 parent 558b96f commit d318b2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/panel/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@

.components-panel__icon {
color: $dark-gray-500;
filter: grayscale(1) !important;
margin: -2px 0 -2px 6px;
}

Expand Down

0 comments on commit d318b2f

Please sign in to comment.