Skip to content

Commit

Permalink
Update breadcrumb style
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienSvtr committed Dec 14, 2023
1 parent adc8c5c commit 4e309b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions client/src/components/header/HeaderBreadcrumbs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
v-for="path in fullPath"
@click="navigateTo(path)"
:path="path"
class="breadcrumb-element"
class="breadcrumb-element breadcrumb-normal"
:key="path.id"
>
<ion-icon
Expand All @@ -23,6 +23,7 @@

{{ path.display }}
<ion-icon
class="separator-icon"
slot="separator"
:icon="caretForward"
/>
Expand Down Expand Up @@ -100,7 +101,12 @@ function navigateTo(path: RouterPathNode): void {
cursor: pointer;
.main-icon {
font-size: 1.5rem;
font-size: 1.125rem;
}
.separator-icon {
color: var(--parsec-color-light-secondary-grey);
font-size: 0.75rem;
}
}
</style>
1 change: 1 addition & 0 deletions client/src/views/files/FoldersPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ import {
IonList,
IonListHeader,
IonPage,
IonText,
modalController,
popoverController,
} from '@ionic/vue';
Expand Down

0 comments on commit 4e309b4

Please sign in to comment.