Make A-Z browsing a toggle button, review results highlighting
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user