Skip to content

Commit

Permalink
CSS improvements to the chart view.
Browse files Browse the repository at this point in the history
  • Loading branch information
William Troup committed Jan 29, 2024
1 parent 4b007d7 commit 8f4bb67
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
4 changes: 3 additions & 1 deletion dist/heat.js.css
Original file line number Diff line number Diff line change
Expand Up @@ -436,10 +436,12 @@ div.heat-js div.chart-contents div.chart div.day-lines {
border-bottom: var(--heat-js-border-size) solid var(--heat-js-container-border-color);
}
div.heat-js div.chart-contents div.chart div.day-lines div.day-line {
border-top-left-radius: var(--heat-js-border-radius-day);
border-top-right-radius: var(--heat-js-border-radius-day);
background-color: var(--heat-js-day-background-color);
border: var(--heat-js-border-size) solid var(--heat-js-day-border-color);
vertical-align: bottom;
width: 8px;
width: 10px;
margin-right: 1px;
display: inline-block;
transition: var(--heat-js-transition);
Expand Down
2 changes: 1 addition & 1 deletion dist/heat.js.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8f4bb67

Please sign in to comment.