From 7b49745fb6a4dc33ce7b504e4bff2dcca8cf33c0 Mon Sep 17 00:00:00 2001 From: hellodeloo Date: Thu, 23 Jan 2025 16:32:16 +0100 Subject: [PATCH] feat: update theme to v2.6.1 and remove .spinner-loading class now useless --- itou/static/css/itou.css | 17 ----------------- .../apply/includes/accept_section.html | 3 +-- .../includes/buttons/rdv_insertion_invite.html | 4 ++-- itou/utils/staticfiles.py | 6 +++--- .../test_detail_rdv_insertion.ambr | 4 ++-- .../__snapshots__/test_list_rdv_insertion.ambr | 2 +- 6 files changed, 9 insertions(+), 27 deletions(-) diff --git a/itou/static/css/itou.css b/itou/static/css/itou.css index 9130983d49d..0582c4b3c79 100644 --- a/itou/static/css/itou.css +++ b/itou/static/css/itou.css @@ -259,23 +259,6 @@ an input field being invalid, generating an uncontrolled red box-shadow. */ min-height: 11rem; } -/* HTMX button indicator */ -.has-btn-with-spinner-loading-text.has-spinner-loading::after { - display: none; -} - -.has-btn-with-spinner-loading-text.has-spinner-loading .stable-text { - display: none; -} - -.has-btn-with-spinner-loading-text .loading-text { - display: none; -} - -.has-btn-with-spinner-loading-text.has-spinner-loading .loading-text { - display: block; -} - /* step 1/5 */ .progress-bar-20 { width: 20%; diff --git a/itou/templates/apply/includes/accept_section.html b/itou/templates/apply/includes/accept_section.html index 01eea721ee0..15c53ce62d7 100644 --- a/itou/templates/apply/includes/accept_section.html +++ b/itou/templates/apply/includes/accept_section.html @@ -15,8 +15,7 @@