Commit 36adf4b2 authored by Simon Knox's avatar Simon Knox

Merge branch '327430-pakaday-colors-dark-mode' into 'master'

Update Pikaday colors for dark mode

See merge request gitlab-org/gitlab!65247
parents f5796796 7303e099
......@@ -184,6 +184,21 @@ body.gl-dark {
}
}
}
.gl-datepicker-theme {
.pika-prev,
.pika-next {
filter: invert(0.9);
}
.is-selected > .pika-button {
color: $gray-900;
}
:not(.is-selected) > .pika-button:hover {
background-color: $gray-200;
}
}
}
$border-white-normal: $border-color;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment