Skip to content

Commit

Permalink
skip: remove y2 axis transform property
Browse files Browse the repository at this point in the history
[skip ci]

Ref #241
  • Loading branch information
netil committed Aug 16, 2018
1 parent f17fa7e commit d496739
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/scss/theme/insight.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@
.bb-axis-y text, .bb-axis-y2 text {
fill: #737373;
}
.bb-axis-y2 .tick text {
-webkit-transform: translate(8px, 17px);
-ms-transform: translate(8px, 17px);
transform: translate(8px, 17px);
}
.bb-axis-y2 .tick {}

.bb-event-rects {
fill-opacity: 1 !important;
Expand Down

0 comments on commit d496739

Please sign in to comment.