diff --git a/gray-theme/unauthenticated/gray-theme.css b/gray-theme/unauthenticated/gray-theme.css index b2206b002..484d6b42a 100644 --- a/gray-theme/unauthenticated/gray-theme.css +++ b/gray-theme/unauthenticated/gray-theme.css @@ -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; }