Skip to content

Commit

Permalink
fix(sparkline): remove border and padding from tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
gyoshev committed Jan 26, 2018
1 parent 785ce78 commit 249b1d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scss/dataviz/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ $chart-title-font-size: 1.143em !default;
transition: left ease-in 80ms, top ease-in 80ms;
}

.k-sparkline-tooltip-wrapper > .k-popup,
.k-chart-tooltip-wrapper > .k-popup {
padding: 0;
border-width: 0;
}

.k-chart-tooltip table {
Expand Down

0 comments on commit 249b1d8

Please sign in to comment.