mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 01:25:00 +02:00
UBER-142: update buttons. Cleaning CSS. (#3482)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
focus
|
||||
label={presentation.string.Ok}
|
||||
size={'small'}
|
||||
kind={'primary'}
|
||||
kind={'accented'}
|
||||
loading={processing}
|
||||
on:click={remove}
|
||||
/>
|
||||
|
||||
@@ -68,8 +68,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="buttons-group small-gap flex-no-shrink ml-2 mr-1">
|
||||
<Button label={presentation.string.Cancel} kind="secondary" on:click={() => dispatch('cancel')} />
|
||||
<Button label={presentation.string.Save} kind="primary" disabled={!canSave} on:click={() => dispatch('save')} />
|
||||
<Button label={presentation.string.Cancel} kind="regular" on:click={() => dispatch('cancel')} />
|
||||
<Button label={presentation.string.Save} kind="accented" disabled={!canSave} on:click={() => dispatch('save')} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -273,7 +273,7 @@
|
||||
width="min-content"
|
||||
icon={IconAdd}
|
||||
size="small"
|
||||
kind="transparent"
|
||||
kind="ghost"
|
||||
on:click={() => {
|
||||
closeTooltip()
|
||||
editingStatus = { category: category._id, color: category.color }
|
||||
|
||||
Reference in New Issue
Block a user