Skip to content

Commit b54a98e

Browse files
sserrataclaude
andcommitted
style(theme): remove pointer cursor on schema expansion control
Defaults to the standard arrow cursor on hover for a less clicky feel. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 302db89 commit b54a98e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/docusaurus-theme-openapi-docs/src/theme/SchemaExpansion/_SchemaExpansion.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
align-items: center;
2323
justify-content: center;
2424
color: var(--ifm-color-emphasis-600);
25-
cursor: pointer;
2625
line-height: 0;
2726
opacity: 0.7;
2827
transition:
@@ -74,7 +73,6 @@
7473
font-size: 0.8rem;
7574
line-height: 1.4;
7675
color: var(--ifm-color-emphasis-800);
77-
cursor: pointer;
7876
transition:
7977
background-color 0.12s ease,
8078
color 0.12s ease;

0 commit comments

Comments
 (0)