diff --git a/app/assets/stylesheets/native.css b/app/assets/stylesheets/native.css index b118ba3a3..9a60026a7 100644 --- a/app/assets/stylesheets/native.css +++ b/app/assets/stylesheets/native.css @@ -51,3 +51,20 @@ } } } + +[data-bridge-components~=nav-button] { + [data-controller~=bridge--nav-button]:not(summary) { + display: none; + } + + summary[data-controller~=bridge--nav-button] { + overflow: hidden; + width: 0; + height: 0; + position: absolute; + + * { + display: none; + } + } +}