Removes webkit <summary> element triangle (#852)

This commit is contained in:
Henry Wilkinson 2023-05-16 18:13:59 -04:00 committed by GitHub
parent a1ef93a46a
commit da33231be9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,10 @@ export class Details extends LitElement {
display: block; display: block;
} }
summary::-webkit-details-marker {
display: none;
}
summary { summary {
color: var(--sl-color-neutral-500); color: var(--sl-color-neutral-500);
margin-bottom: var(--sl-spacing-2x-small); margin-bottom: var(--sl-spacing-2x-small);