Make A-Z browsing a toggle button, review results highlighting

This commit is contained in:
Claude Brisson
2024-05-24 10:35:53 +02:00
parent bed49a2be9
commit 48d22d5178
3 changed files with 31 additions and 13 deletions

View File

@@ -194,7 +194,10 @@
&:hover {
background-color: rgba(100, 200, 255, 0.44);
}
&.highlighted, &.highlighted:hover {
&.spotted {
background-color: rgba(100, 200, 255, 0.44);
}
&.highlighted, &.highlighted:hover, &.spotted:hover {
background-color: rgba(100,200,255,1);
}
}