QFIX: Change activity onhover (#4336)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2024-01-10 22:37:16 +07:00 committed by GitHub
parent 2852c1e820
commit 9164790d8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
@ -240,7 +242,7 @@
}
&:hover:not(.embedded) {
background-color: var(--highlight-hover);
border: 1px solid var(--highlight-hover);
}
}