mirror of https://github.com/zulip/zulip.git
flatpickr: Hide the up/down arrows in the Flatpickr datepicker.
This hides the up and down arrows that appear in the year input of the Flatpickr-provided datepicker. (This is only used in settings for now, but the arrows will be hidden anywhere Flatpickr is used.)
This commit is contained in:
parent
9be31d2b1b
commit
568aa43838
|
@ -2870,3 +2870,8 @@ div.message_content button.tictactoe-square:hover {
|
|||
div.message_content button.tictactoe-square:disabled {
|
||||
background-color: #beded1;
|
||||
}
|
||||
|
||||
// Hide the up and down arrows in the Flatpickr datepicker year
|
||||
.flatpickr-months .numInputWrapper span {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue