Safari: hide summary block arrow
| @@ -362,9 +362,14 @@ input[type='checkbox']:focus-visible { | |||
| 362 | } | 362 | } |
| 363 | 363 | ||
| 364 | .mes_reasoning_details .mes_reasoning_summary { | 364 | .mes_reasoning_details .mes_reasoning_summary { |
| 365 | list-style: none; | ||
| 365 | margin-right: calc(var(--mes-right-spacing) * -1); | 366 | margin-right: calc(var(--mes-right-spacing) * -1); |
| 366 | } | 367 | } |
| 367 | 368 | ||
| 369 | .mes_reasoning_details summary::-webkit-details-marker { | ||
| 370 | display: none; | ||
| 371 | } | ||
| 372 | |||
| 368 | .mes_reasoning *:last-child { | 373 | .mes_reasoning *:last-child { |
| 369 | margin-bottom: 0; | 374 | margin-bottom: 0; |
| 370 | } | 375 | } |
| @@ -378,7 +383,7 @@ input[type='checkbox']:focus-visible { | |||
| 378 | } | 383 | } |
| 379 | 384 | ||
| 380 | .mes_reasoning_details .mes_reasoning em { | 385 | .mes_reasoning_details .mes_reasoning em { |
| 381 | color: color-mix(in srgb, var(--SmartThemeEmColor) 67%, var(--SmartThemeBlurTintColor) 33%) | 386 | color: color-mix(in srgb, var(--SmartThemeEmColor) 67%, var(--SmartThemeBlurTintColor) 33%); |
| 382 | } | 387 | } |
| 383 | 388 | ||
| 384 | .mes_reasoning_header_block { | 389 | .mes_reasoning_header_block { |
| @@ -403,7 +408,7 @@ input[type='checkbox']:focus-visible { | |||
| 403 | } | 408 | } |
| 404 | 409 | ||
| 405 | /* TWIMC: Remove with custom CSS to show the icon */ | 410 | /* TWIMC: Remove with custom CSS to show the icon */ |
| 406 | .mes_reasoning_header > .icon-svg { | 411 | .mes_reasoning_header>.icon-svg { |
| 407 | display: none; | 412 | display: none; |
| 408 | } | 413 | } |
| 409 | 414 | ||