styles: Remove incorrect css block for datepicker input.

This block didn't work consistently across .night-mode and
.color-scheme-automatic classes, and the default style for
this field already works for the day and night themes both.
This commit is contained in:
Rohitt Vashishtha
2021-08-11 09:14:47 +05:30
committed by Tim Abbott
parent ddcea9c64b
commit 9299ad7843

View File

@@ -1545,10 +1545,6 @@ input[type="checkbox"] {
}
}
body:not(.night-mode) #settings_page .custom_user_field .datepicker {
background-color: hsl(0, 0%, 100%);
}
/* Dialog widgets should be centered, which this roughly achieves. */
#dialog_widget_modal {
top: calc(50% - 120px);