Skip to content

Commit

Permalink
QFIX: Change activity onhover (#4336)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
  • Loading branch information
haiodo authored Jan 10, 2024
1 parent 2852c1e commit 9164790
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 9164790

Please sign in to comment.