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 (#96191) (#96260)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
clintandrewhall and kibanamachine committed Apr 5, 2021
1 parent b31a9dc commit 435cdc5
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 435cdc5

Please sign in to comment.