From 2095848d321ada730f036c4c848c1594314ad6c6 Mon Sep 17 00:00:00 2001 From: Jay Ohms Date: Wed, 25 Feb 2026 15:40:37 -0500 Subject: [PATCH] Remove the ability to add/remove background images for now in the apps, since it's buggy --- app/views/cards/container/_image.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/cards/container/_image.html.erb b/app/views/cards/container/_image.html.erb index e044b9b0c..c8892f0d4 100644 --- a/app/views/cards/container/_image.html.erb +++ b/app/views/cards/container/_image.html.erb @@ -1,12 +1,12 @@ <% if card.image.attached? %> - <%= button_to card_image_path(card), method: :delete, class: "btn", - data: { controller: "tooltip", bridge__overflow_menu_target: "item", bridge_title: "Remove background image" } do %> + <%= button_to card_image_path(card), method: :delete, class: "btn hide-on-native", + data: { controller: "tooltip" } do %> <%= icon_tag "picture-remove" %> Remove background image <% end %> <% elsif !card.closed? %> <%= form_with model: card, data: { controller: "form" } do |form| %> -