Skip to content

Commit c3711af

Browse files
committed
chore: remove unused selector
1 parent e4d7912 commit c3711af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/ConfigNode.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ const formatDefault = (value?: string): Default => {
8787
</div>
8888

8989
<style>
90-
section:target,
91-
details:target {
90+
section:target {
9291
padding: 0.25rem 0;
9392
border-image: conic-gradient(oklch(from var(--sl-color-accent) l c h / 0.1) 0, oklch(from var(--sl-color-accent) l c h / 0.1) 0) fill 0/0/0 100vw;
9493
}

0 commit comments

Comments
 (0)