Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andreadelrio committed Aug 15, 2019
1 parent 3bb6736 commit 90a7f9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.canvasBorderResizeHandle {
@include euiSlightShadow;
transform-origin: center center; /* the default, only for clarity */
transform-style: preserve-3d;
display: block;
Expand All @@ -9,5 +10,4 @@
margin-top: -4px;
background-color: $euiColorEmptyShade;
border: 1px solid $euiColorDarkShade;
box-shadow: 0 2px 2px -1px transparentize($euiColorMediumShade, .7), 0 1px 5px -2px transparentize($euiColorMediumShade, .7);
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
}

// set the background color
// This hex is OK, we always want it black
.canvasLayout {
background: #000; // sass-lint:disable-line no-color-literals
background: $euiColorInk;
}

// hide all the interface parts
Expand Down

0 comments on commit 90a7f9e

Please sign in to comment.