diff options
| author | Henry Jameson <me@hjkos.com> | 2020-01-20 02:00:13 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-01-20 02:00:13 +0200 |
| commit | 93dfb4d3524df14f730a3f0ad46ebb86ceb89984 (patch) | |
| tree | cfa40ef1133bdf11ebcd1b923dd49d9569fbfc87 /src/components/shadow_control | |
| parent | a7b6c79136012353397203f937d2baa667d08895 (diff) | |
fix shadow picker preview, change hint
Diffstat (limited to 'src/components/shadow_control')
| -rw-r--r-- | src/components/shadow_control/shadow_control.js | 2 | ||||
| -rw-r--r-- | src/components/shadow_control/shadow_control.vue | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/src/components/shadow_control/shadow_control.js b/src/components/shadow_control/shadow_control.js index 653d5a9b..bdfb4429 100644 --- a/src/components/shadow_control/shadow_control.js +++ b/src/components/shadow_control/shadow_control.js @@ -95,7 +95,7 @@ export default { }, style () { return this.ready ? { - boxShadow: getCssShadow(this.cValue) + boxShadow: getCssShadow(this.fallback) } : {} } } diff --git a/src/components/shadow_control/shadow_control.vue b/src/components/shadow_control/shadow_control.vue index c1db5b8f..815a9e59 100644 --- a/src/components/shadow_control/shadow_control.vue +++ b/src/components/shadow_control/shadow_control.vue @@ -199,9 +199,12 @@ v-model="selected.alpha" :disabled="!present" /> - <p> - {{ $t('settings.style.shadows.hint') }} - </p> + <i18n + path="settings.style.shadows.hintV3" + tag="p" + > + <code>--variable,mod</code> + </i18n> </div> </div> </template> |
