Skip to content

Commit

Permalink
[tech-debt] Remove defunct opacity parameters from EUI shadow functions
Browse files Browse the repository at this point in the history
  • Loading branch information
clintandrewhall committed Apr 4, 2021
1 parent c97c518 commit 5b5029c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
text-decoration: none;

.canvasPageManager__pagePreview {
@include euiBottomShadowMedium($opacity: .3);
@include euiBottomShadowMedium;
}

.canvasPageManager__controls {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.canvasPage {
@include euiBottomShadowFlat($opacity: .4);
@include euiBottomShadowFlat;
z-index: initial;
position: absolute;
top: 0;
Expand Down

0 comments on commit 5b5029c

Please sign in to comment.