Fixed broken calendar icon

No ref
This commit is contained in:
Sanne de Vries 2022-05-11 16:12:25 +01:00
parent 54e9c63a7f
commit d239eb29ee

View File

@ -262,7 +262,15 @@
.gh-date-time-picker-date svg {
width: 14px;
height: 14px;
fill: color-mod(var(--midgrey) l(+15%));
}
.gh-date-time-picker-date svg path,
.gh-date-time-picker-date svg rect {
fill: none;
stroke: var(--midgrey);
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 2px
}
.gh-date-time-picker-timezone {
@ -642,15 +650,6 @@
font-size: 1.4rem;
}
.gh-publish-setting-form .gh-date-time-picker-date svg path,
.gh-publish-setting-form .gh-date-time-picker-date svg rect {
fill: none;
stroke: var(--midgrey);
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 2px
}
.gh-publish-setting-form .gh-date-time-picker-time {
width: unset;
height: 40px;