mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-12 10:53:51 +00:00
bugfix: event handler
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user