fix(kanban): do not focus on task list in bucket when clicking on a task

This commit is contained in:
kolaente 2024-04-14 11:21:59 +02:00
parent fd520dab0a
commit 5a84d37fca
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -780,7 +780,7 @@ $filter-container-height: '1rem - #{$switch-view-height}';
margin: 0 -1.5rem;
padding: 0 1.5rem;
&:focus {
&:focus, .bucket .tasks:focus {
box-shadow: none;
}