|
196 | 196 | @apply select-all font-mono font-normal text-tint-strong;
|
197 | 197 | }
|
198 | 198 |
|
199 |
| -.openapi-schema-propertyname[data-deprecated='true'] { |
| 199 | +.openapi-schema-propertyname[data-deprecated="true"] { |
200 | 200 | @apply line-through opacity-9;
|
201 | 201 | }
|
202 | 202 |
|
|
405 | 405 | -ms-overflow-style: none;
|
406 | 406 | }
|
407 | 407 |
|
408 |
| -.openapi-path-title[data-deprecated='true'] { |
| 408 | +.openapi-path-title[data-deprecated="true"] { |
409 | 409 | @apply line-through;
|
410 | 410 | }
|
411 | 411 |
|
|
484 | 484 | @apply transition-all;
|
485 | 485 | }
|
486 | 486 |
|
487 |
| -.openapi-section-toggle[aria-expanded='true'] > svg { |
| 487 | +.openapi-section-toggle[aria-expanded="true"] > svg { |
488 | 488 | @apply rotate-90;
|
489 | 489 | }
|
490 | 490 |
|
|
507 | 507 | @apply hover:bg-primary-hover whitespace-nowrap font-mono font-normal tabular-nums hover:text-primary cursor-pointer transition-all relative text-[0.813rem] text-tint px-1 border border-transparent rounded;
|
508 | 508 | }
|
509 | 509 |
|
510 |
| -.openapi-tabs-tab[aria-selected='true'] { |
| 510 | +.openapi-tabs-tab[aria-selected="true"] { |
511 | 511 | @apply text-primary after:absolute after:-bottom-2 after:left-0 after:w-full after:h-px after:bg-primary-solid after:transition-all;
|
512 | 512 | }
|
513 | 513 |
|
|
545 | 545 | @apply invisible;
|
546 | 546 | }
|
547 | 547 |
|
548 |
| -.openapi-disclosure-group-trigger[aria-expanded='true'] .openapi-response-description { |
| 548 | +.openapi-disclosure-group-trigger[aria-expanded="true"] .openapi-response-description { |
549 | 549 | @apply whitespace-normal;
|
550 | 550 | }
|
551 | 551 |
|
|
561 | 561 | @apply pb-2.5;
|
562 | 562 | }
|
563 | 563 |
|
564 |
| -.openapi-disclosure-group-trigger[aria-expanded='true'] > .openapi-disclosure-group-icon > svg { |
| 564 | +.openapi-disclosure-group-trigger[aria-expanded="true"] > .openapi-disclosure-group-icon > svg { |
565 | 565 | @apply rotate-90;
|
566 | 566 | }
|
567 | 567 |
|
|
590 | 590 | @apply size-3 shrink-0 transition-transform duration-300;
|
591 | 591 | }
|
592 | 592 |
|
593 |
| -.openapi-disclosure-trigger[aria-expanded='true'] svg { |
| 593 | +.openapi-disclosure-trigger[aria-expanded="true"] svg { |
594 | 594 | @apply rotate-45;
|
595 | 595 | }
|
596 | 596 |
|
597 |
| -.openapi-disclosure-trigger[aria-expanded='true'] { |
| 597 | +.openapi-disclosure-trigger[aria-expanded="true"] { |
598 | 598 | @apply w-full rounded-lg border-b rounded-b-none;
|
599 | 599 | }
|
600 | 600 |
|
601 |
| -.openapi-disclosure-trigger[aria-expanded='false'] { |
| 601 | +.openapi-disclosure-trigger[aria-expanded="false"] { |
602 | 602 | @apply w-auto;
|
603 | 603 | }
|
604 | 604 |
|
605 |
| -.openapi-disclosure-panel[aria-hidden='false'] { |
| 605 | +.openapi-disclosure-panel[aria-hidden="false"] { |
606 | 606 | @apply border-b border-x border-tint-subtle rounded-b-lg;
|
607 | 607 | }
|
608 | 608 |
|
|
0 commit comments