diff --git a/frontend/src/views/QueueView.vue b/frontend/src/views/QueueView.vue index ef4090a56..3c2fbee72 100644 --- a/frontend/src/views/QueueView.vue +++ b/frontend/src/views/QueueView.vue @@ -265,6 +265,10 @@ function generateLink(task: AugmentedTask) { border-bottom: 1px solid lightblue; margin-left: 10px; opacity: 1; + + &:has(button:hover) { + background-color: $gray1; + } } th {