Skip to content

Commit

Permalink
Fix webkit calendar icon color on arc-green (#15728)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaswarynyca authored May 5, 2021
1 parent f1e8b8c commit f9b1fac
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 f9b1fac

Please sign in to comment.