Skip to content

Commit

Permalink
adjust vislib bar opacity (elastic#71421)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Jul 14, 2020
1 parent 2d3b157 commit 63f3edb
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 63f3edb

Please sign in to comment.