feat(KB-055): merge feat-github-int into main
This commit is contained in:
@@ -2306,6 +2306,11 @@ body {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.list-stats-hidden {
|
||||
color: var(--text-dim);
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* Column toggle dropdown */
|
||||
.list-column-toggle {
|
||||
position: relative;
|
||||
@@ -2378,6 +2383,13 @@ body {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
/* Hide done tasks toggle */
|
||||
.list-hide-done-toggle {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
/* Drop zones for drag and drop */
|
||||
.list-drop-zones {
|
||||
display: flex;
|
||||
@@ -2406,6 +2418,12 @@ body {
|
||||
border-color: var(--text-muted);
|
||||
}
|
||||
|
||||
.list-drop-zone.active {
|
||||
border-color: var(--todo);
|
||||
background: rgba(88, 166, 255, 0.15);
|
||||
box-shadow: 0 0 0 1px var(--todo);
|
||||
}
|
||||
|
||||
.list-drop-zone.drag-over {
|
||||
border-color: var(--todo);
|
||||
box-shadow: 0 0 0 1px var(--todo);
|
||||
|
||||
Reference in New Issue
Block a user