Skip to content

Commit 31d10ed

Browse files
committed
upsteam changes
1 parent 270fd6a commit 31d10ed

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

app/components/Package/Versions.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ function majorGroupContainsCurrent(group: (typeof otherMajorGroups.value)[0]): b
581581
<button
582582
type="button"
583583
class="flex items-center gap-2 text-start rounded-sm focus-visible:(outline-2 outline-offset-2 outline-accent)"
584+
:class="otherVersionsContainsCurrent() ? 'bg-bg-subtle' : ''"
584585
:aria-expanded="otherVersionsExpanded"
585586
:aria-label="
586587
otherVersionsExpanded

app/pages/package/[[org]]/[name].vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,7 @@ const showSkeleton = shallowRef(false)
703703
as="nav"
704704
:aria-label="$t('package.navigation')"
705705
class="ms-auto flex max-sm:(fixed bottom-4 inset-is-1/2 -translate-x-1/2 z-40 backdrop-blur-md)"
706+
:style="navExtraOffsetStyle"
706707
:class="$style.packageNav"
707708
>
708709
<LinkBase

0 commit comments

Comments
 (0)