events have yellow outline on hover

This commit is contained in:
Sam Ludford
2019-05-22 11:23:06 +01:00
committed by Lachlan Kermode
parent 505e86f1ab
commit c32dff1080
3 changed files with 46 additions and 12 deletions

View File

@@ -161,7 +161,15 @@
* Elements
*/
.location {
.event-hover {
opacity: 0;
}
.event-hover:hover {
opacity: 1;
}
.location-event {
cursor: pointer;
}