mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03: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;
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user