Skip to content

Commit

Permalink
style(theme): update some styling for datalab theme
Browse files Browse the repository at this point in the history
- remove shape-rendering:crispEdges, due to the inconsistent on
line thickness rendering
- adjust storke-width value

Ref naver#1639
  • Loading branch information
netil committed Sep 21, 2020
1 parent 9c7c0cd commit 37e90e1
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/scss/theme/datalab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,9 @@ $text-font-size: 11px;
}
}

.bb-legend-item-title,
.bb-xgrid-focus,
.bb-ygrid-focus,
.bb-ygrid,
.bb-event-rect,
.bb-bars path {
shape-rendering: crispEdges;
}

/*-- Axis --*/
.bb-axis {
shape-rendering: crispEdges;
stroke-width: 0.5px;
stroke-width: $line-stroke-widdth;
}

.bb-axis-y text, .bb-axis-y2 text {
Expand Down

0 comments on commit 37e90e1

Please sign in to comment.