Skip to content

Commit 66bbf37

Browse files
committed
Add hover colour change to active/next scene cards
1 parent cb61840 commit 66bbf37

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

client/src/vue_components/show/live/StageManagerPane.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,14 @@ export default {
376376
background-color: #1a3147;
377377
}
378378
379+
.current-scene .scene-header:hover {
380+
background-color: #215d35;
381+
}
382+
383+
.next-scene .scene-header:hover {
384+
background-color: #28476b;
385+
}
386+
379387
.scene-title {
380388
font-size: 0.8rem;
381389
font-weight: 500;

0 commit comments

Comments
 (0)