Update routing hover to highlight corresponding source sink

This commit is contained in:
Geoffrey D. Bennett
2024-12-26 23:32:59 +10:30
parent 2bc6c86a8d
commit 640d027502
2 changed files with 107 additions and 1 deletions

View File

@@ -55,7 +55,7 @@
border-radius: 3px;
}
.route-label:hover {
.route-label-hover {
background: #801010;
outline: 2px solid #801010;
}