mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-22 07:29:08 +00:00
Fix Visual bug on rundown (#678)
* fix: bug with draw order on past rundown items --------- Co-authored-by: Fabian Posenau <fabian@fphome.de>
This commit is contained in:
@@ -53,8 +53,18 @@ $skip-opacity: 0.1;
|
|||||||
outline: 1px solid $block-cursor-color;
|
outline: 1px solid $block-cursor-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* we stop the eventActions from having opacity to fix issue with dropdown drawing order */
|
||||||
&.past:not(.skip) {
|
&.past:not(.skip) {
|
||||||
opacity: 0.6;
|
.delayNote,
|
||||||
|
.statusElements,
|
||||||
|
.eventTitle,
|
||||||
|
.eventNote,
|
||||||
|
.eventTimers,
|
||||||
|
.eventStatus,
|
||||||
|
.playbackActions,
|
||||||
|
.binder {
|
||||||
|
opacity: 0.4;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.skip {
|
&.skip {
|
||||||
|
|||||||
Reference in New Issue
Block a user