From 120ff0cf6e32c3f9164e1610dc7f5e6f1102bac5 Mon Sep 17 00:00:00 2001 From: Luis Palacios Date: Sun, 16 Nov 2025 10:07:43 -0800 Subject: [PATCH 1/3] web: remove legacy static/toga.css and migrate to ...inserts/static/css/briefcase.css~css. --- .../toga.css => deploy/inserts/static/css/briefcase.css~css} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename web/src/toga_web/{static/toga.css => deploy/inserts/static/css/briefcase.css~css} (100%) diff --git a/web/src/toga_web/static/toga.css b/web/src/toga_web/deploy/inserts/static/css/briefcase.css~css similarity index 100% rename from web/src/toga_web/static/toga.css rename to web/src/toga_web/deploy/inserts/static/css/briefcase.css~css From f9772ac0b91c28054e0f3362af50b6eaf6680628 Mon Sep 17 00:00:00 2001 From: Luis Palacios Date: Sun, 16 Nov 2025 10:19:51 -0800 Subject: [PATCH 2/3] web:add 3822.bugfix.md change file. --- changes/3822.bugfix.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/3822.bugfix.md diff --git a/changes/3822.bugfix.md b/changes/3822.bugfix.md new file mode 100644 index 0000000000..71347a18ce --- /dev/null +++ b/changes/3822.bugfix.md @@ -0,0 +1 @@ +Moved legacy `static/toga.css` into `deploy/inserts/static/css/briefcase.css~css` and removed the deprecated static file, completing the migration to insert-based web styling. From 69023e4c772bd3703e11ff61928f6b9ca7a24e78 Mon Sep 17 00:00:00 2001 From: Luis Palacios Date: Mon, 17 Nov 2025 20:39:42 -0800 Subject: [PATCH 3/3] web: correct and change briefcase.css to style.css. --- .../inserts/static/css/{briefcase.css~css => style.css~css} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename web/src/toga_web/deploy/inserts/static/css/{briefcase.css~css => style.css~css} (100%) diff --git a/web/src/toga_web/deploy/inserts/static/css/briefcase.css~css b/web/src/toga_web/deploy/inserts/static/css/style.css~css similarity index 100% rename from web/src/toga_web/deploy/inserts/static/css/briefcase.css~css rename to web/src/toga_web/deploy/inserts/static/css/style.css~css