Skip to content

Commit

Permalink
Fix webkit calendar icon color on arc-green (#15713)
Browse files Browse the repository at this point in the history
Co-authored-by: zeripath <art27@cantab.net>
  • Loading branch information
silverwind and zeripath committed May 4, 2021
1 parent 34b2162 commit 21465a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web_src/less/themes/theme-arc-green.less
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@
--color-project-board-bg: var(--color-secondary-light-2);
}

::-webkit-calendar-picker-indicator {
filter: invert(.8);
}

.ui.horizontal.segments > .segment {
background-color: #383c4a;
}
Expand Down

0 comments on commit 21465a2

Please sign in to comment.