client/css: colorize 1st note point during drawing
This commit is contained in:
parent
fd2b4706a6
commit
803a1350fa
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue