Non focusable Reset/Done buttons
This commit is contained in:
@@ -28,10 +28,18 @@
|
||||
</p>
|
||||
</span>
|
||||
<div class="flex items-center gap-1">
|
||||
<FormButton v-if="showResetButton" size="sm" color="subtle" @click="onReset">
|
||||
<FormButton
|
||||
v-if="showResetButton"
|
||||
tabindex="-1"
|
||||
size="sm"
|
||||
color="subtle"
|
||||
@click="onReset"
|
||||
>
|
||||
Reset
|
||||
</FormButton>
|
||||
<FormButton size="sm" @click="onActivePanelClose">Done</FormButton>
|
||||
<FormButton tabindex="-1" size="sm" @click="onActivePanelClose">
|
||||
Done
|
||||
</FormButton>
|
||||
</div>
|
||||
|
||||
<div class="absolute left-1/2 -translate-x-1/2 bottom-9 w-80">
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
v-if="title !== 'Object Type'"
|
||||
size="sm"
|
||||
color="subtle"
|
||||
tabindex="-1"
|
||||
@click="
|
||||
;(showAllFilters = false),
|
||||
removePropertyFilter(),
|
||||
|
||||
@@ -57,7 +57,12 @@
|
||||
</ViewerButtonGroup>
|
||||
|
||||
<div class="flex gap-1.5">
|
||||
<FormButton size="sm" color="outline" @click="clearMeasurements">
|
||||
<FormButton
|
||||
size="sm"
|
||||
color="outline"
|
||||
tabindex="-1"
|
||||
@click="clearMeasurements"
|
||||
>
|
||||
Delete all
|
||||
</FormButton>
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user