@@ -577,11 +577,11 @@ export default {
577577 </Teleport >
578578
579579 <header
580+ class =" app-sidebar-header"
580581 :class =" {
581582 'app-sidebar-header--with-figure': isSlotPopulated($slots.header?.()) || background,
582583 'app-sidebar-header--compact': compact,
583- }"
584- class =" app-sidebar-header" >
584+ }" >
585585 <!-- @slot Alternative to the default header info: use for bare NcAppSidebar with tabs.
586586 NcAppSidebarHeader would be required to use for accessibility reasons.
587587 This will be overridden by `empty` prop.
@@ -592,10 +592,10 @@ export default {
592592 <!-- sidebar header illustration/figure -->
593593 <div
594594 v-if =" (isSlotPopulated($slots.header?.()) || background)"
595+ class =" app-sidebar-header__figure"
595596 :class =" {
596597 'app-sidebar-header__figure--with-action': hasFigureClickListener,
597598 }"
598- class =" app-sidebar-header__figure"
599599 :style =" {
600600 backgroundImage: `url(${background})`,
601601 }"
@@ -607,13 +607,13 @@ export default {
607607
608608 <!-- sidebar details -->
609609 <div
610+ class =" app-sidebar-header__desc"
610611 :class =" {
611612 'app-sidebar-header__desc--with-tertiary-action': canStar || isSlotPopulated($slots['tertiary-actions']?.()),
612613 'app-sidebar-header__desc--editable': nameEditable && !subname,
613614 'app-sidebar-header__desc--with-subname--editable': nameEditable && subname,
614615 'app-sidebar-header__desc--without-actions': !isSlotPopulated($slots['secondary-actions']?.()),
615- }"
616- class =" app-sidebar-header__desc" >
616+ }" >
617617 <!-- favourite icon -->
618618 <div v-if =" canStar || isSlotPopulated($slots['tertiary-actions']?.())" class =" app-sidebar-header__tertiary-actions" >
619619 <slot name =" tertiary-actions" >
0 commit comments