diff options
| author | Henry Jameson <me@hjkos.com> | 2020-02-11 01:13:59 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-02-11 01:13:59 +0200 |
| commit | 43bddc79e0abc35fd310d9a92051bb2d5b529984 (patch) | |
| tree | 775b9bdc30d28599b1846f90fa8e8ec318802d20 /src/components/style_switcher/style_switcher.vue | |
| parent | e6f148b8a306bc24a2fa47da468c4e29b1fcb018 (diff) | |
fix/remove contrast ratios
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" |
