diff --git a/app/assets/stylesheets/native.css b/app/assets/stylesheets/native.css index 96df0e00b..b118ba3a3 100644 --- a/app/assets/stylesheets/native.css +++ b/app/assets/stylesheets/native.css @@ -43,3 +43,11 @@ } } } + +[data-bridge-components~=form] { + [data-controller~=bridge--form] { + [type=submit] { + display: none; + } + } +}