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; - } - } }