diff --git a/packages/starlight-openapi/components/schema/SchemaObjectObject.astro b/packages/starlight-openapi/components/schema/SchemaObjectObject.astro index 04a96ee..1fc7018 100644 --- a/packages/starlight-openapi/components/schema/SchemaObjectObject.astro +++ b/packages/starlight-openapi/components/schema/SchemaObjectObject.astro @@ -1,6 +1,4 @@ --- -import { Icon } from '@astrojs/starlight/components' - import { getProperties, isAdditionalPropertiesWithSchemaObject, type SchemaObject } from '../../libs/schemaObject' import Key from '../Key.astro' import Tags from '../Tags.astro' @@ -23,7 +21,6 @@ const properties = getProperties(schemaObject)
object - summary > .caret { - transform: rotateZ(90deg); - } - - :global([dir='rtl']) .caret { - transform: rotateZ(180deg); - } - .type { color: var(--sl-color-text-accent); font-weight: 600;