Skip to content

Commit

Permalink
fix(NcAppNavigationCaption): limit style to example
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed Dec 23, 2023
1 parent 27c7a05 commit ac6ac1c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
### Element with a slot for custom actions icon
```vue
<template>
<ul>
<ul class="nav">
<NcAppNavigationCaption
name="Your caption goes here">
<template #actionsTriggerIcon>
Expand Down Expand Up @@ -89,7 +89,7 @@
</script>
<style scoped>
/* mock the appnavigation */
ul {
ul.nav {
background-color: #cce6f4;
}
</style>
Expand Down

0 comments on commit ac6ac1c

Please sign in to comment.