Skip to content

Commit

Permalink
Style row when button hovered
Browse files Browse the repository at this point in the history
  • Loading branch information
tukiains committed Nov 18, 2024
1 parent 0766762 commit 9beee9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/views/QueueView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9beee9f

Please sign in to comment.