Remove the <summary> distinction

This commit is contained in:
Adrien Maston
2026-01-08 17:17:01 +01:00
parent 33fa3a9c0f
commit 24e4335ef8
+1 -12
View File
@@ -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;
}
}
}