bugfix: event handler

This commit is contained in:
cv
2021-04-10 23:12:00 +02:00
parent 4271b27686
commit 5bb39b8f89
11 changed files with 20 additions and 31 deletions
@@ -33,10 +33,18 @@
transition: linear 0.1s;
}
.eventRow:hover > .actionOverlay,
.eventRowActive:hover > .actionOverlay,
.block:hover > .actionOverlay,
.delay:hover > .actionOverlay {
opacity: 0.85;
transition: linear 0.1s;
}
/* NA */
.actionOverlay:hover {
opacity: 1;
}
/* ============= EVENT ITEM ============= */
.eventRow,