From 24e4335ef81fadd00fea248347cf60513927244f Mon Sep 17 00:00:00 2001 From: Adrien Maston Date: Thu, 8 Jan 2026 17:17:01 +0100 Subject: [PATCH] Remove the distinction --- app/assets/stylesheets/native.css | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/app/assets/stylesheets/native.css b/app/assets/stylesheets/native.css index d28f875ed..3f797b44a 100644 --- a/app/assets/stylesheets/native.css +++ b/app/assets/stylesheets/native.css @@ -59,18 +59,7 @@ } [data-bridge-components~=buttons] { - [data-bridge--buttons-target~=button]:not(summary) { + [data-bridge--buttons-target~=button] { display: none; } - - summary[data-bridge--buttons-target~=button] { - overflow: hidden; - width: 0; - height: 0; - position: absolute; - - * { - display: none; - } - } }