Skip to content

Commit

Permalink
adjust vislib bar opacity (elastic#71421) (elastic#71600)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Jul 14, 2020
1 parent 3c24ff4 commit d671f38
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,14 @@

.series > path,
.series > rect {
fill-opacity: .8;
stroke-opacity: 1;
stroke-width: 0;
}

.series > path {
fill-opacity: .8;
}

.blur_shape {
// sass-lint:disable-block no-important
opacity: .3 !important;
Expand Down

0 comments on commit d671f38

Please sign in to comment.