summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/AppNavigation/AppNavigation.vue5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/AppNavigation/AppNavigation.vue b/src/components/AppNavigation/AppNavigation.vue
index 5196099b..2081609a 100644
--- a/src/components/AppNavigation/AppNavigation.vue
+++ b/src/components/AppNavigation/AppNavigation.vue
@@ -165,8 +165,13 @@ svg {
padding-left: 0;
margin-left: 0;
+ .nav-item {
+ outline: none;
+ }
+
.nav-link {
padding-left: $spacer * 4;
+ outline: none;
&:not(.nav-link--current) {
font-weight: normal;