Skip to content

Commit

Permalink
[tech-debt] Remove defunct opacity parameters from EUI shadow functio…
Browse files Browse the repository at this point in the history
…ns (elastic#96191)

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
clintandrewhall and kibanamachine committed Apr 5, 2021
1 parent 6776f38 commit 5663972
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 5663972

Please sign in to comment.