|
193 | 193 | @apply select-all font-mono font-normal text-tint-strong;
|
194 | 194 | }
|
195 | 195 |
|
196 |
| -.openapi-schema-propertyname[data-deprecated='true'] { |
| 196 | +.openapi-schema-propertyname[data-deprecated="true"] { |
197 | 197 | @apply line-through opacity-9;
|
198 | 198 | }
|
199 | 199 |
|
|
402 | 402 | -ms-overflow-style: none;
|
403 | 403 | }
|
404 | 404 |
|
405 |
| -.openapi-path-title[data-deprecated='true'] { |
| 405 | +.openapi-path-title[data-deprecated="true"] { |
406 | 406 | @apply line-through;
|
407 | 407 | }
|
408 | 408 |
|
|
481 | 481 | @apply transition-all;
|
482 | 482 | }
|
483 | 483 |
|
484 |
| -.openapi-section-toggle[aria-expanded='true'] > svg { |
| 484 | +.openapi-section-toggle[aria-expanded="true"] > svg { |
485 | 485 | @apply rotate-90;
|
486 | 486 | }
|
487 | 487 |
|
|
504 | 504 | @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;
|
505 | 505 | }
|
506 | 506 |
|
507 |
| -.openapi-tabs-tab[aria-selected='true'] { |
| 507 | +.openapi-tabs-tab[aria-selected="true"] { |
508 | 508 | @apply text-primary after:absolute after:-bottom-2 after:left-0 after:w-full after:h-px after:bg-primary-solid after:transition-all;
|
509 | 509 | }
|
510 | 510 |
|
|
542 | 542 | @apply invisible;
|
543 | 543 | }
|
544 | 544 |
|
545 |
| -.openapi-disclosure-group-trigger[aria-expanded='true'] .openapi-response-description { |
| 545 | +.openapi-disclosure-group-trigger[aria-expanded="true"] .openapi-response-description { |
546 | 546 | @apply whitespace-normal;
|
547 | 547 | }
|
548 | 548 |
|
|
558 | 558 | @apply pb-2.5;
|
559 | 559 | }
|
560 | 560 |
|
561 |
| -.openapi-disclosure-group-trigger[aria-expanded='true'] > .openapi-disclosure-group-icon > svg { |
| 561 | +.openapi-disclosure-group-trigger[aria-expanded="true"] > .openapi-disclosure-group-icon > svg { |
562 | 562 | @apply rotate-90;
|
563 | 563 | }
|
564 | 564 |
|
|
587 | 587 | @apply size-3 shrink-0 transition-transform duration-300;
|
588 | 588 | }
|
589 | 589 |
|
590 |
| -.openapi-disclosure-trigger[aria-expanded='true'] svg { |
| 590 | +.openapi-disclosure-trigger[aria-expanded="true"] svg { |
591 | 591 | @apply rotate-45;
|
592 | 592 | }
|
593 | 593 |
|
594 |
| -.openapi-disclosure-trigger[aria-expanded='true'] { |
| 594 | +.openapi-disclosure-trigger[aria-expanded="true"] { |
595 | 595 | @apply w-full rounded-lg border-b rounded-b-none;
|
596 | 596 | }
|
597 | 597 |
|
598 |
| -.openapi-disclosure-trigger[aria-expanded='false'] { |
| 598 | +.openapi-disclosure-trigger[aria-expanded="false"] { |
599 | 599 | @apply w-auto;
|
600 | 600 | }
|
601 | 601 |
|
602 |
| -.openapi-disclosure-panel[aria-hidden='false'] { |
| 602 | +.openapi-disclosure-panel[aria-hidden="false"] { |
603 | 603 | @apply border-b border-x border-tint-subtle rounded-b-lg;
|
604 | 604 | }
|
605 | 605 |
|
|
0 commit comments