diff --git a/.gitignore b/.gitignore index 5755d43..efd423d 100644 --- a/.gitignore +++ b/.gitignore @@ -404,3 +404,4 @@ FodyWeavers.xsd Web/dist # ESLint .eslintcache +.aider* diff --git a/Web/src/components/Budget/BudgetSummary.vue b/Web/src/components/Budget/BudgetSummary.vue index 31b5d1c..5a47048 100644 --- a/Web/src/components/Budget/BudgetSummary.vue +++ b/Web/src/components/Budget/BudgetSummary.vue @@ -141,6 +141,17 @@ const formatMoney = (val) => { background-color: rgba(0, 0, 0, 0.02); } +.nav-arrow.disabled { + color: #c8c9cc; + cursor: not-allowed; + opacity: 0.35; + pointer-events: none; +} + +.nav-arrow.disabled:active { + background-color: transparent; +} + .nav-arrow.left { left: 0; }