Skip to content

Commit

Permalink
Force consistent canvasCheckered colors (#33786) (#33947)
Browse files Browse the repository at this point in the history
  • Loading branch information
crob611 authored Mar 28, 2019
1 parent dee0f81 commit 6d9fcea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/canvas/public/style/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
}

.canvasCheckered {
background-color: $euiColorGhost;
background-image: linear-gradient(45deg, #ddd 25%, transparent 25%),
linear-gradient(-45deg, #ddd 25%, transparent 25%),
linear-gradient(45deg, transparent 75%, #ddd 75%),
Expand Down

0 comments on commit 6d9fcea

Please sign in to comment.