feat(KB-233): change pace marker color to gray
- Update pace marker background from --in-progress to --text-muted
This commit is contained in:
@@ -7658,7 +7658,7 @@ html .column.drag-over * {
|
||||
top: -1px;
|
||||
width: 2px;
|
||||
height: 10px;
|
||||
background: var(--in-progress);
|
||||
background: var(--text-muted);
|
||||
border-radius: 1px;
|
||||
z-index: 2;
|
||||
transform: translateX(-50%);
|
||||
|
||||
Reference in New Issue
Block a user