make active tab to jut out slightly to indicate that it's active (inspired by winMe)

This commit is contained in:
Henry Jameson 2024-11-12 21:05:56 +02:00
commit 7c947115e2
3 changed files with 60 additions and 3 deletions

View file

@ -8,7 +8,7 @@
class="label"
:class="{ faint: !present || disabled }"
>
{{ $t('settings.style.common.opacity') }}
{{ label }}
</label>
<Checkbox
v-if="typeof fallback !== 'undefined'"
@ -39,7 +39,7 @@ export default {
Checkbox
},
props: [
'name', 'modelValue', 'fallback', 'disabled'
'name', 'label', 'modelValue', 'fallback', 'disabled'
],
emits: ['update:modelValue'],
computed: {