fix number setting icons
This commit is contained in:
parent
cac39ed49d
commit
47cf88426d
1 changed files with 7 additions and 7 deletions
|
|
@ -9,6 +9,13 @@
|
||||||
class="setting-label"
|
class="setting-label"
|
||||||
:class="{ 'faint': shouldBeDisabled }"
|
:class="{ 'faint': shouldBeDisabled }"
|
||||||
>
|
>
|
||||||
|
<ModifiedIndicator
|
||||||
|
:changed="isChanged"
|
||||||
|
:onclick="reset"
|
||||||
|
/>
|
||||||
|
<LocalSettingIndicator :is-local="isLocalSetting" />
|
||||||
|
{{ ' ' }}
|
||||||
|
<DraftButtons v-if="!hideDraftButtons" />
|
||||||
<template v-if="backendDescriptionLabel">
|
<template v-if="backendDescriptionLabel">
|
||||||
{{ backendDescriptionLabel + ' ' }}
|
{{ backendDescriptionLabel + ' ' }}
|
||||||
</template>
|
</template>
|
||||||
|
|
@ -29,13 +36,6 @@
|
||||||
:value="realDraftMode ? draft :state"
|
:value="realDraftMode ? draft :state"
|
||||||
@change="update"
|
@change="update"
|
||||||
>
|
>
|
||||||
{{ ' ' }}
|
|
||||||
<ModifiedIndicator
|
|
||||||
:changed="isChanged"
|
|
||||||
:onclick="reset"
|
|
||||||
/>
|
|
||||||
<LocalSettingIndicator :is-local="isLocalSetting" />
|
|
||||||
<DraftButtons v-if="!hideDraftButtons" />
|
|
||||||
<p
|
<p
|
||||||
v-if="backendDescriptionDescription"
|
v-if="backendDescriptionDescription"
|
||||||
class="setting-description"
|
class="setting-description"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue