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;
|
top: -1px;
|
||||||
width: 2px;
|
width: 2px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
background: var(--in-progress);
|
background: var(--text-muted);
|
||||||
border-radius: 1px;
|
border-radius: 1px;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
|
|||||||
Reference in New Issue
Block a user