mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-26 02:10:07 +00:00
clean applications presenter
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
eedd1f81bb
commit
d805f87df7
@ -31,18 +31,7 @@
|
||||
{#if value.applications && value.applications > 0}
|
||||
<Tooltip label={'Applications'} component={ApplicationsPopup} props={{ value: value }}>
|
||||
<div class="flex-row-center">
|
||||
<div class="icon"><IconFile size={'small'} /></div>
|
||||
{value.applications}
|
||||
<IconFile size={'small'} /> {value.applications}
|
||||
</div>
|
||||
</Tooltip>
|
||||
{/if}
|
||||
|
||||
|
||||
<style lang="scss">
|
||||
.icon {
|
||||
margin-right: .25rem;
|
||||
transform-origin: center center;
|
||||
transform: scale(.75);
|
||||
opacity: .6;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user