diff options
Diffstat (limited to 'src/components/style_switcher/style_switcher.vue')
| -rw-r--r-- | src/components/style_switcher/style_switcher.vue | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/components/style_switcher/style_switcher.vue b/src/components/style_switcher/style_switcher.vue index 705a60a2..205f325c 100644 --- a/src/components/style_switcher/style_switcher.vue +++ b/src/components/style_switcher/style_switcher.vue @@ -252,9 +252,8 @@ name="postLinkColor" :fallback="previewTheme.colors.accent" :label="$t('settings.links')" - :show-optional-tickbox="typeof accentColorLocal !== 'undefined'" /> - <ContrastRatio :contrast="previewContrast.bgPostLink" /> + <ContrastRatio :contrast="previewContrast.postLink" /> <h4>{{ $t('settings.style.advanced_colors.alert') }}</h4> <ColorInput v-model="alertErrorColorLocal" @@ -485,21 +484,18 @@ :fallback="previewTheme.colors.btnDisabledText" :label="$t('settings.text')" /> - <ContrastRatio :contrast="previewContrast.btnDisabledText" /> <ColorInput v-model="btnDisabledPanelTextColorLocal" name="btnDisabledPanelTextColor" :fallback="previewTheme.colors.btnDisabledPanelText" :label="$t('settings.style.advanced_colors.panel_header')" /> - <ContrastRatio :contrast="previewContrast.btnDisabledPanelText" /> <ColorInput v-model="btnDisabledTopBarTextColorLocal" name="btnDisabledTopBarTextColor" :fallback="previewTheme.colors.btnDisabledTopBarText" :label="$t('settings.style.advanced_colors.top_bar')" /> - <ContrastRatio :contrast="previewContrast.btnDisabledTopBarText" /> <h4>{{ $t('settings.style.advanced_colors.toggled') }}</h4> <ColorInput v-model="btnToggledColorLocal" |
