Skip to content

Commit b6c19e0

Browse files
committed
add missing styles for started nodes
1 parent 3008e86 commit b6c19e0

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.changeset/lazy-walls-build.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@learningmap/learningmap": patch
3+
---
4+
5+
Add missing styles for started nodes

packages/learningmap/src/index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,11 @@ header.drawer-header {
670670
}
671671
}
672672

673+
.react-flow__node-task.started,
674+
.react-flow__node-topic.started {
675+
outline: 2px dashed #f59e42;
676+
}
677+
673678
.react-flow__node-task.mastered,
674679
.react-flow__node-topic.mastered {
675680
text-decoration: line-through;

0 commit comments

Comments
 (0)