pseudo-states appear to be working + variables only exist within the scope where they are created
This commit is contained in:
parent
db1479bfc4
commit
d4930eb13d
22 changed files with 742 additions and 569 deletions
|
|
@ -143,9 +143,9 @@ text.selected, text.selected:hover {
|
|||
fill: blue;
|
||||
font-weight: 600;
|
||||
}
|
||||
text:hover {
|
||||
text:hover:not(:active) {
|
||||
fill: blue;
|
||||
/* cursor: grab; */
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue