diff --git a/front/src/assets/nav.scss b/front/src/assets/nav.scss index 413f71e..6b40ee4 100644 --- a/front/src/assets/nav.scss +++ b/front/src/assets/nav.scss @@ -29,6 +29,11 @@ $white: #fff; color: $white; cursor: pointer; + &.disabled { + opacity: 0.5; + pointer-events: none; + } + a, a[href].router-link-active { color: $white; diff --git a/front/src/components/nav.vue b/front/src/components/nav.vue index 69d930a..8feab9e 100644 --- a/front/src/components/nav.vue +++ b/front/src/components/nav.vue @@ -1,13 +1,14 @@