mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 11:50:56 +00:00
fix(todo): checkbox focus and spinner (#4890)
Signed-off-by: Eduard Aksamitov <e@euaaaio.ru>
This commit is contained in:
parent
1a1b978f82
commit
e9cb464b92
@ -148,7 +148,7 @@
|
||||
background-color: transparent;
|
||||
|
||||
&:focus-within {
|
||||
background-color: var(--button-secondary-hover-BackgroundColor);
|
||||
border-radius: 0.25rem;
|
||||
box-shadow: 0 0 0 0.125rem var(--global-focus-inset-BorderColor);
|
||||
outline: 0.125rem solid var(--global-focus-BorderColor);
|
||||
outline-offset: 0.125rem;
|
||||
|
@ -113,7 +113,7 @@
|
||||
{#if object}
|
||||
<CheckBox on:value={markDone} checked={object.doneOn != null} kind={'todo'} />
|
||||
{:else}
|
||||
<Spinner size={'medium'} />
|
||||
<Spinner size={'small'} />
|
||||
{/if}
|
||||
</div>
|
||||
</svelte:fragment>
|
||||
|
Loading…
Reference in New Issue
Block a user