Merge pull request #229 from shancds/test/row-kanban-board-v1.1.1

Test/row kanban board v1.1.1
This commit is contained in:
Chamika J
2025-07-03 19:51:23 +05:30
committed by GitHub
6 changed files with 630 additions and 1 deletions

View File

@@ -13,6 +13,12 @@
position: relative;
}
html.light .enhanced-kanban-task-card {
border: 1.5px solid #e1e4e8 !important; /* Asana-like light border */
box-shadow: 0 1px 4px 0 rgba(60, 64, 67, 0.08), 0 0.5px 1.5px 0 rgba(60, 64, 67, 0.03);
background: #fff !important;
}
.enhanced-kanban-task-card:hover {
box-shadow: 0 2px 6px var(--ant-color-shadow);
transform: translateY(-1px);