Skip to content

Commit

Permalink
[Embeddable] Remove panel desaturation (#97473)
Browse files Browse the repository at this point in the history
* remove chart saturation styles
* add z-index to embPanel label
  • Loading branch information
Dosant authored Apr 19, 2021
1 parent bff0292 commit 7a11fac
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,5 @@
.embPanel__label {
position: absolute;
padding-left: $euiSizeS;
}

.embPanel__content[data-error],
.embPanel__content[data-loading] {
pointer-events: none;
filter: grayscale(100%);
/* stylelint-disable-next-line color-named */
filter: gray;
z-index: $euiZLevel1;
}

0 comments on commit 7a11fac

Please sign in to comment.