From dfc18518db61d35db02c93178f67367559e8f44f Mon Sep 17 00:00:00 2001 From: Sayam Samal Date: Mon, 15 Jul 2024 13:07:33 +0530 Subject: [PATCH] send_later: Remove Bootstrap `nav nav-list` CSS classes dependency. This is a prep commit for removing `nav nav-list` classes from all popovers. The send later modal, although not being a popover specifically, was the last place in the code still using `nav nav-list` classes. --- web/styles/modal.css | 18 ++++++++++++++++++ web/templates/send_later_modal_options.hbs | 10 +++++----- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/web/styles/modal.css b/web/styles/modal.css index c5b993b059..79dfb57f1a 100644 --- a/web/styles/modal.css +++ b/web/styles/modal.css @@ -527,3 +527,21 @@ #invite_users_option_tabs_container { margin-bottom: 20px; } + +#send_later_options { + .send_later_list { + margin: 0; + list-style: none; + + .send_later_option { + display: flex; + padding: 3px 15px; + + &:focus, + &:hover { + text-decoration: none; + background-color: hsl(0deg 0% 0% / 20%); + } + } + } +} diff --git a/web/templates/send_later_modal_options.hbs b/web/templates/send_later_modal_options.hbs index d155a34324..32ad4f19e8 100644 --- a/web/templates/send_later_modal_options.hbs +++ b/web/templates/send_later_modal_options.hbs @@ -1,26 +1,26 @@
-