From e4ae4c5b75f08ef8e98d469bcf8c24fc654359a5 Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Fri, 28 Apr 2023 12:31:52 -0500 Subject: [PATCH] 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. --- web/styles/dark_theme.css | 6 ------ web/styles/popovers.css | 14 -------------- web/templates/send_later_modal.hbs | 4 ---- 3 files changed, 24 deletions(-) diff --git a/web/styles/dark_theme.css b/web/styles/dark_theme.css index b6215a351b..4af4b2e78c 100644 --- a/web/styles/dark_theme.css +++ b/web/styles/dark_theme.css @@ -888,12 +888,6 @@ 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 .nav-header { text-shadow: none; diff --git a/web/styles/popovers.css b/web/styles/popovers.css index 300a078d2e..ec2517abca 100644 --- a/web/styles/popovers.css +++ b/web/styles/popovers.css @@ -867,18 +867,4 @@ ul { .modal__content { 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; - } - } - } } diff --git a/web/templates/send_later_modal.hbs b/web/templates/send_later_modal.hbs index 355a8e55d9..f1e275cdb7 100644 --- a/web/templates/send_later_modal.hbs +++ b/web/templates/send_later_modal.hbs @@ -8,10 +8,6 @@
-
- -