From 785a8459de29a525a6ceec8b2e2f5a3936cf93a5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Feb 2026 12:48:23 +0000 Subject: [PATCH 1/2] Initial plan From cda0c87eb1914865939fcda5fbddd13b8ed9e53a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Feb 2026 12:59:49 +0000 Subject: [PATCH 2/2] fix(ui): remove @tailwindcss/browser@4 to fix button visibility on settings page The Remove from DB button (and other buttons) was invisible due to CSS conflicts from loading both @tailwindcss/browser@4 and tailwindcss@2.2.19 simultaneously. The v4 browser script injected a Preflight reset that set button { background-color: transparent; color: inherit; } and caused state variants (hover:, focus:, disabled:) to generate empty CSS rules. Removing the v4 CDN script leaves Tailwind v2 as the single source of truth for utility classes, restoring correct button styling site-wide. Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- frontend/templates/base.html | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/templates/base.html b/frontend/templates/base.html index 4bff0080..b769b09a 100644 --- a/frontend/templates/base.html +++ b/frontend/templates/base.html @@ -5,7 +5,6 @@ {% block title %}DocuElevate{% endblock %} -