mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
send_later: Remove send_later_input_group.
This removes the HTML structure and CSS styles previously associated with the element in the scheduling modal. Preserving this all in its own commit in case it needs to be restored.
This commit is contained in:
@@ -888,12 +888,6 @@
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
#send_later_modal .send_later_input_group .send_later_date_input {
|
|
||||||
opacity: 0.8;
|
|
||||||
color: hsl(0deg 0% 100%);
|
|
||||||
background-color: hsl(0deg 0% 0% / 20%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-list > li > a,
|
.nav-list > li > a,
|
||||||
.nav-list .nav-header {
|
.nav-list .nav-header {
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
|||||||
@@ -867,18 +867,4 @@ ul {
|
|||||||
.modal__content {
|
.modal__content {
|
||||||
padding-bottom: 16px;
|
padding-bottom: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.send_later_input_group {
|
|
||||||
display: flex;
|
|
||||||
|
|
||||||
.send_later_date_input {
|
|
||||||
width: 100%;
|
|
||||||
cursor: pointer;
|
|
||||||
background: hsl(0deg 0% 100%);
|
|
||||||
|
|
||||||
&:focus {
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,10 +8,6 @@
|
|||||||
<button class="modal__close" aria-label="{{t 'Close modal' }}" data-micromodal-close></button>
|
<button class="modal__close" aria-label="{{t 'Close modal' }}" data-micromodal-close></button>
|
||||||
</header>
|
</header>
|
||||||
<main class="modal__content">
|
<main class="modal__content">
|
||||||
<div class="send_later_input_group">
|
|
||||||
<input class="send_later_date_input" type="text" placeholder="{{t 'Select Date and time' }}" readonly="readonly"
|
|
||||||
{{#if formatted_send_later_time }}value="{{formatted_send_later_time}}"{{/if}} />
|
|
||||||
</div>
|
|
||||||
<div class="send_later_options">
|
<div class="send_later_options">
|
||||||
<ul class="nav nav-list">
|
<ul class="nav nav-list">
|
||||||
{{#if possible_send_later_today}}
|
{{#if possible_send_later_today}}
|
||||||
|
|||||||
Reference in New Issue
Block a user