5.0.2: Серая filled-иконка группировки в списке задач
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m2s

This commit is contained in:
poignatov
2026-02-09 14:24:47 +03:00
parent 5b53615d1a
commit 2128e1b69c
4 changed files with 10 additions and 11 deletions

View File

@@ -48,7 +48,7 @@
transform: translateY(-50%);
background: none;
border: none;
color: #6366f1;
color: #9ca3af;
cursor: pointer;
padding: 0.25rem;
border-radius: 0.25rem;
@@ -61,8 +61,8 @@
}
.task-grouping-toggle:hover {
background: rgba(99, 102, 241, 0.1);
color: #4f46e5;
background: #f3f4f6;
color: #6b7280;
}
.task-search-clear {