mirror of
https://github.com/KevinMidboe/nova-map-fields.git
synced 2025-10-29 17:50:27 +00:00
Added button styling for marker controls
This commit is contained in:
2
dist/js/field.js
vendored
2
dist/js/field.js
vendored
File diff suppressed because one or more lines are too long
@@ -11,11 +11,11 @@
|
||||
<l-polygon :lat-lngs="value" :visible="true" />
|
||||
</field-map>
|
||||
|
||||
<l-control position="bottomleft" v-if="edit">
|
||||
<button @click="removeLastMarker">
|
||||
<l-control position="bottomleft" v-if="edit" class="block my-2">
|
||||
<button @click="removeLastMarker" class="btn btn-default btn-primary">
|
||||
Slett forrige
|
||||
</button>
|
||||
<button @click="removeAllMarkers">
|
||||
<button @click="removeAllMarkers" class="btn btn-default btn-primary">
|
||||
Slett alle
|
||||
</button>
|
||||
</l-control>
|
||||
|
||||
Reference in New Issue
Block a user