aboutsummaryrefslogtreecommitdiff
path: root/src/components/opacity_input
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/opacity_input')
-rw-r--r--src/components/opacity_input/opacity_input.vue10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/components/opacity_input/opacity_input.vue b/src/components/opacity_input/opacity_input.vue
index 09972868..efa6c449 100644
--- a/src/components/opacity_input/opacity_input.vue
+++ b/src/components/opacity_input/opacity_input.vue
@@ -14,16 +14,6 @@
<label v-if="typeof fallback !== 'undefined'" class="opt-l" :for="name + '-o'"></label>
<input
:id="name"
- class="input-range"
- type="range"
- :value="value || fallback"
- :disabled="!present"
- @input="$emit('input', $event.target.value)"
- max="1"
- min="0"
- step=".05">
- <input
- :id="name"
class="input-number"
type="number"
:value="value || fallback"