mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-13 05:48:36 +03:00
events have yellow outline on hover
This commit is contained in:
committed by
Lachlan Kermode
parent
505e86f1ab
commit
c32dff1080
@@ -161,7 +161,15 @@
|
||||
* Elements
|
||||
*/
|
||||
|
||||
.location {
|
||||
.event-hover {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.event-hover:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.location-event {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user