mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 21:27:46 +02:00
Remove scale for Icons (#757)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
|
||||
<div class="flex-col popup">
|
||||
<div class="flex-row-center red-color menu-item" on:click={() => { dispatch('close'); onDelete() }}>
|
||||
<div class="icon">
|
||||
<Delete size={'medium'} />
|
||||
<div class="mr-3">
|
||||
<Delete size={'small'} />
|
||||
</div>
|
||||
<div class="flex-grow"><Label label={task.string.Delete} /></div>
|
||||
</div>
|
||||
@@ -49,11 +49,6 @@
|
||||
border-radius: .5rem;
|
||||
cursor: pointer;
|
||||
|
||||
.icon {
|
||||
margin-right: .75rem;
|
||||
transform-origin: center center;
|
||||
transform: scale(.75);
|
||||
}
|
||||
&:hover { background-color: var(--theme-button-bg-hovered); }
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user