diff --git a/app/src/components/v-button/v-button.vue b/app/src/components/v-button/v-button.vue
index fd99405b6e..244b114902 100644
--- a/app/src/components/v-button/v-button.vue
+++ b/app/src/components/v-button/v-button.vue
@@ -340,8 +340,8 @@ export default defineComponent({
background-color: transparent;
}
-.outlined:not(.active):focus,
-.outlined:not(.active):hover {
+.outlined:not(.active):not(:disabled):focus,
+.outlined:not(.active):not(:disabled):hover {
color: var(--v-button-background-color-hover);
background-color: transparent;
border-color: var(--v-button-background-color-hover);
diff --git a/app/src/modules/insights/routes/dashboard.vue b/app/src/modules/insights/routes/dashboard.vue
index bd7cd790f7..186abfc7a3 100644
--- a/app/src/modules/insights/routes/dashboard.vue
+++ b/app/src/modules/insights/routes/dashboard.vue
@@ -58,7 +58,15 @@
-
+
@@ -146,7 +154,7 @@