Skip to content

Commit

Permalink
QFIX: Change activity onhover
Browse files Browse the repository at this point in the history
  • Loading branch information
haiodo committed Jan 10, 2024
1 parent 8900b1e commit a9bf67e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@
padding: 0.75rem 0.75rem 0.75rem 1.25rem;
border-radius: 8px;
gap: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
&.clickable {
cursor: pointer;
Expand Down Expand Up @@ -240,7 +242,7 @@
}
&:hover:not(.embedded) {
background-color: var(--highlight-hover);
border: 1px solid var(--highlight-hover);
}
}
Expand Down

0 comments on commit a9bf67e

Please sign in to comment.