From a7aa74227ac314aa0c597a3c1fd1a144a019f680 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 14 Apr 2024 11:12:26 +0200 Subject: [PATCH] fix(kanban): do not focus kanban board --- frontend/src/components/project/views/ProjectKanban.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/components/project/views/ProjectKanban.vue b/frontend/src/components/project/views/ProjectKanban.vue index ef1c0913a3..29b42b8065 100644 --- a/frontend/src/components/project/views/ProjectKanban.vue +++ b/frontend/src/components/project/views/ProjectKanban.vue @@ -785,6 +785,10 @@ $filter-container-height: '1rem - #{$switch-view-height}'; margin: 0 -1.5rem; padding: 0 1.5rem; + &:focus { + box-shadow: none; + } + @media screen and (max-width: $tablet) { height: calc(#{$crazy-height-calculation} - #{$filter-container-height}); scroll-snap-type: x mandatory;