diff options
| author | Henry Jameson <me@hjkos.com> | 2020-01-02 22:44:54 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-01-02 22:44:54 +0200 |
| commit | c7e9f21da0eb035b73a165e16f77a9cd18036305 (patch) | |
| tree | 21bf4a0a373bb29065950e237730eb1c8c5666e9 /src/components/range_input | |
| parent | adbab6ad2a413357b24edbd5b9beec3baae695fa (diff) | |
color input and opacity input now use Checkbox component. Cleanup.
Diffstat (limited to 'src/components/range_input')
| -rw-r--r-- | src/components/range_input/range_input.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/range_input/range_input.vue b/src/components/range_input/range_input.vue index aaa2ed26..5857a5c1 100644 --- a/src/components/range_input/range_input.vue +++ b/src/components/range_input/range_input.vue @@ -12,7 +12,7 @@ <input v-if="typeof fallback !== 'undefined'" :id="name + '-o'" - class="opt exclude-disabled" + class="opt" type="checkbox" :checked="present" @input="$emit('input', !present ? fallback : undefined)" |
