Skip to content

Commit

Permalink
Fixed heatmap christmas mode styling (#401)
Browse files Browse the repository at this point in the history
* Removed color specification, and made selected mode bold

* Removed redundant fill
  • Loading branch information
krestenlaust authored Dec 4, 2023
1 parent a724c9d commit 9d783a5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions stregsystem/templates/stregsystem/purchase_heatmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ <h2 class="heatmap-header-title">Forbrugsoversigt (Antal)</h2>
.heatmap-label {
position: relative;
padding: .125em .5em .125em 0;
color: black;
fill: black;
font-size: 12.5pt;
}
.heatmap-label-first {
Expand Down Expand Up @@ -101,9 +99,12 @@ <h2 class="heatmap-header-title">Forbrugsoversigt (Antal)</h2>
.heatmap-cell:hover {
border-radius: 5px;
}
.heatmap-mode-button {
font-weight: normal;
}
.heatmap-mode-button[data-active="yes"] {
text-decoration: none;
color: black;
font-weight: bold;
cursor: default;
}

Expand Down

0 comments on commit 9d783a5

Please sign in to comment.