This commit is contained in:
Garry Ing
2021-04-25 14:30:58 -04:00
parent 5f1a50bb36
commit dba2a4eaf4
3 changed files with 13 additions and 15 deletions

View File

@ -87,12 +87,11 @@
.nodes circle {
cursor: pointer;
stroke: var(--foreground-text);
fill: var(--background);
transition: all 0.15s ease-out;
&:hover {
fill: var(--foreground-text);
stroke: var(--foreground-text);
}
}
@ -105,22 +104,19 @@
}
}
.nodes [active],
.text [active] {
.nodes [active] {
cursor: pointer;
stroke: var(--active-note);
}
.text [active] {
fill: var(--active-note);
stroke: transparent;
}
.status {
pointer-events: none;
}
.inactive {
opacity: 0.45;
transition: opacity 0.15s ease-out;
}
// Notes inline styles
.note-meta:before {