fix(kanban): do not focus on task list in bucket when clicking on a task
This commit is contained in:
parent
fd520dab0a
commit
5a84d37fca
@ -780,7 +780,7 @@ $filter-container-height: '1rem - #{$switch-view-height}';
|
|||||||
margin: 0 -1.5rem;
|
margin: 0 -1.5rem;
|
||||||
padding: 0 1.5rem;
|
padding: 0 1.5rem;
|
||||||
|
|
||||||
&:focus {
|
&:focus, .bucket .tasks:focus {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user