From bd8feea5c7b322f2b6e4cc4e2753be0efc81c560 Mon Sep 17 00:00:00 2001 From: Jay Ohms Date: Mon, 12 Jan 2026 10:11:09 -0500 Subject: [PATCH] Fix the form submit css scope --- app/assets/stylesheets/native.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/native.css b/app/assets/stylesheets/native.css index ebdc583e5..d79c2627f 100644 --- a/app/assets/stylesheets/native.css +++ b/app/assets/stylesheets/native.css @@ -46,7 +46,7 @@ [data-bridge-components~=form] { [data-controller~=bridge--form] { - [type=submit] { + [data-bridge--form-target~=submit] { display: none; } }