Skip to content

Commit

Permalink
adjust vislib bar opacity (#71421)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 authored Jul 14, 2020
1 parent f0fe9b1 commit 35fc222
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 35fc222

Please sign in to comment.