Fixed broken calendar icon in members filter

This commit is contained in:
Sanne de Vries 2022-08-08 10:29:13 +02:00
parent 7e2d61b64a
commit dee631e70e

View File

@ -241,3 +241,12 @@ svg.gh-date-picker-cal-icon {
top: 9px;
font-size: 1.3rem;
}
.gh-date-picker-cal-icon path,
.gh-date-picker-cal-icon rect {
fill: none;
stroke: var(--midgrey);
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 2px
}