client/css: colorize 1st note point during drawing

This commit is contained in:
rr- 2016-08-23 21:02:18 +02:00
parent fd2b4706a6
commit 803a1350fa
2 changed files with 8 additions and 0 deletions

View file

@ -47,4 +47,6 @@ $edited-note-border-color = rgba(0, 200, 0, 0.9)
$note-text-background-color = lemonchiffon
$note-text-border-color = black
$note-text-text-color = black
$first-note-point-color = orangered
$hovered-note-point-color = red
$hovered-first-note-point-color = red

View file

@ -42,6 +42,12 @@
&.nearby
fill: $hovered-note-point-color
g[data-state=drawing]
ellipse:first-of-type
fill: $first-note-point-color
&.nearby
fill: $hovered-first-note-point-color
.note-text
position: absolute
max-width: 22.5em