Safari: hide summary block arrow

61e056004a768b7de90d708d488807a1beb2dca7

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +6 -1Showing whitespace changes
public/style.css+6 -1
@@ -362,9 +362,14 @@ input[type='checkbox']:focus-visible {
362362}
363363
364364.mes_reasoning_details .mes_reasoning_summary {
365+ list-style: none;
365366 margin-right: calc(var(--mes-right-spacing) * -1);
366367}
367368
369+.mes_reasoning_details summary::-webkit-details-marker {
370+ display: none;
371+}
372+
368373.mes_reasoning *:last-child {
369374 margin-bottom: 0;
370375}
@@ -378,7 +383,7 @@ input[type='checkbox']:focus-visible {
378383}
379384
380385.mes_reasoning_details .mes_reasoning em {
381386 color: color-mix(in srgb, var(--SmartThemeEmColor) 67%, var(--SmartThemeBlurTintColor) 33%);
382387}
383388
384389.mes_reasoning_header_block {