diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js
index c5a3108a3..0693e692a 100644
--- a/docs/.vitepress/config.js
+++ b/docs/.vitepress/config.js
@@ -38,6 +38,7 @@ export default {
{ text: 'Search Filter', link: '/components/search-filter' },
{ text: 'Toggle', link: '/components/toggle' },
{ text: 'Promotion', link: '/components/promotion' },
+ { text: 'Navigation Row', link: '/components/nav-row' },
],
},
],
diff --git a/docs/components/nav-row.md b/docs/components/nav-row.md
new file mode 100644
index 000000000..3e7d9c58b
--- /dev/null
+++ b/docs/components/nav-row.md
@@ -0,0 +1,47 @@
+# NavRow
+
+Note: the links and animation do not work in the documentation as Vue Router is not used for routing
+
+
+
+
+
+```vue
+
+```
diff --git a/lib/assets/styles/classes.scss b/lib/assets/styles/classes.scss
index e4be2067b..8807e4936 100644
--- a/lib/assets/styles/classes.scss
+++ b/lib/assets/styles/classes.scss
@@ -609,6 +609,7 @@ a,
}
a {
+ cursor: pointer;
color: var(--color-link);
&:focus-visible,
diff --git a/lib/components/base/FileInput.vue b/lib/components/base/FileInput.vue
index 9bc463b70..ab2fc0b81 100644
--- a/lib/components/base/FileInput.vue
+++ b/lib/components/base/FileInput.vue
@@ -7,7 +7,7 @@
-
-
+
+
+
diff --git a/lib/components/search/Categories.vue b/lib/components/search/Categories.vue
index 267e37720..1315893d7 100644
--- a/lib/components/search/Categories.vue
+++ b/lib/components/search/Categories.vue
@@ -9,7 +9,7 @@