Fix to always show summary arrow when opened

This commit is contained in:
Ilia Ross
2025-07-06 02:27:13 +03:00
parent a65f9f5d6c
commit 9dc877910f

View File

@ -422,7 +422,7 @@ details.ui_hidden_table_start > summary::-webkit-details-marker {
color: #a1acc0;
}
details.on-hover:not(:hover) summary::after {
details:not([open]).on-hover:not(:hover) summary::after {
visibility: hidden !important;
}