mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-30 12:20:00 +00:00
Fix Chrome Kanban (#732)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
e5b79f4c58
commit
141ca67842
@ -68,7 +68,6 @@
|
|||||||
background-color: rgba(222, 222, 240, .06);
|
background-color: rgba(222, 222, 240, .06);
|
||||||
border-radius: .75rem;
|
border-radius: .75rem;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
backdrop-filter: blur(10px);
|
|
||||||
|
|
||||||
&.draggable { cursor: grab; }
|
&.draggable { cursor: grab; }
|
||||||
}
|
}
|
||||||
|
@ -62,7 +62,6 @@
|
|||||||
background-color: rgba(222, 222, 240, .06);
|
background-color: rgba(222, 222, 240, .06);
|
||||||
border-radius: .75rem;
|
border-radius: .75rem;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
backdrop-filter: blur(10px);
|
|
||||||
|
|
||||||
&.draggable { cursor: grab; }
|
&.draggable { cursor: grab; }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user