mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-30 20:25:38 +00:00
QFIX: Change activity onhover (#4336)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
2852c1e820
commit
9164790d8f
@ -197,6 +197,8 @@
|
|||||||
padding: 0.75rem 0.75rem 0.75rem 1.25rem;
|
padding: 0.75rem 0.75rem 0.75rem 1.25rem;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
border-radius: 0.25rem;
|
||||||
|
|
||||||
&.clickable {
|
&.clickable {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -240,7 +242,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:hover:not(.embedded) {
|
&:hover:not(.embedded) {
|
||||||
background-color: var(--highlight-hover);
|
border: 1px solid var(--highlight-hover);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user