UBER-142: update buttons. Cleaning CSS. (#3482)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2023-07-06 14:01:27 +07:00
committed by GitHub
parent 81ed88fa1d
commit e7b6522e80
243 changed files with 701 additions and 778 deletions
@@ -261,7 +261,7 @@
.states {
padding: 0.5rem 1rem;
color: var(--theme-caption-color);
background-color: var(--theme-button-enabled);
background-color: var(--theme-button-default);
border: 1px solid var(--theme-button-border);
border-radius: 0.5rem;
user-select: none;
@@ -45,7 +45,7 @@
<span class="antiSection-header__title">
<Label label={plugin.string.Todos} />
</span>
<Button icon={IconAdd} kind={'transparent'} shape={'circle'} on:click={createApp} />
<Button icon={IconAdd} kind={'ghost'} on:click={createApp} />
</div>
{#if todos.length > 0}
{#if wSection < 640}