Fix Chrome Kanban (#732)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2021-12-27 19:02:18 +07:00 committed by GitHub
parent e5b79f4c58
commit 141ca67842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -68,7 +68,6 @@
background-color: rgba(222, 222, 240, .06);
border-radius: .75rem;
user-select: none;
backdrop-filter: blur(10px);
&.draggable { cursor: grab; }
}

View File

@ -62,7 +62,6 @@
background-color: rgba(222, 222, 240, .06);
border-radius: .75rem;
user-select: none;
backdrop-filter: blur(10px);
&.draggable { cursor: grab; }
}