Hide bridged nav-button elements when native nav component is active.

This commit is contained in:
Denis Švara
2026-01-07 11:41:52 +01:00
parent ce0538d43b
commit 75431e0bf9
+17
View File
@@ -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;
}
}
}