Skip to content

Commit 21465a2

Browse files
silverwindzeripath
andauthored
Fix webkit calendar icon color on arc-green (#15713)
Co-authored-by: zeripath <art27@cantab.net>
1 parent 34b2162 commit 21465a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web_src/less/themes/theme-arc-green.less

+4
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@
110110
--color-project-board-bg: var(--color-secondary-light-2);
111111
}
112112

113+
::-webkit-calendar-picker-indicator {
114+
filter: invert(.8);
115+
}
116+
113117
.ui.horizontal.segments > .segment {
114118
background-color: #383c4a;
115119
}

0 commit comments

Comments
 (0)