feat: add hover color

feat/todo-node
Arik Chakma 4 months ago
parent 206ee4afe6
commit dea7f15115
  1. 4
      src/components/EditorRoadmap/EditorRoadmapRenderer.css

@ -15,11 +15,11 @@ svg > g[data-type='todo'] {
} }
svg > g[data-type='topic']:hover > rect { svg > g[data-type='topic']:hover > rect {
fill: #d6d700; fill: var(--hover-color);
} }
svg > g[data-type='subtopic']:hover > rect { svg > g[data-type='subtopic']:hover > rect {
fill: #f3c950; fill: var(--hover-color);
} }
svg g[data-type='button']:hover, svg g[data-type='button']:hover,
svg g[data-type='link-item']:hover, svg g[data-type='link-item']:hover,

Loading…
Cancel
Save