Skip to content

Commit

Permalink
Add Pencil Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Jan 30, 2025
1 parent 3e26a10 commit 9512052
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions api/web/src/components/Layer/LayerIncomingStyles.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
Style Overrides
</h3>
<div class='ms-auto btn-list'>
<IconSettings
<TablerIconButton
v-if='disabled'
v-tooltip='"Edit Style"'
:size='32'
:stroke='1'
class='cursor-pointer'
@click='disabled = false'
/>
title='Edit Style'
@click='disabled = false'
>
<IconPencil
:size='32'
stroke='1'
/>
</TablerIconButton>
<template v-else-if='!loading.save'>
<div class='btn-list d-flex align-items-center'>
<TablerToggle
Expand Down Expand Up @@ -171,7 +173,7 @@ import {
IconPlus,
IconHelp,
IconTrash,
IconSettings,
IconPencil,
IconDeviceFloppy
} from '@tabler/icons-vue'
import jsonata from 'jsonata';
Expand All @@ -180,6 +182,7 @@ import {
TablerToggle,
TablerNone,
TablerLoading,
TablerIconButton
} from '@tak-ps/vue-tabler';
import StyleSingle from './utils/StyleSingle.vue';
Expand Down

0 comments on commit 9512052

Please sign in to comment.