From 8ca655cb72429347c8ac4efe16ed6fb52a482041 Mon Sep 17 00:00:00 2001 From: Florian Sanders Date: Thu, 16 Jan 2025 11:13:23 +0100 Subject: [PATCH] refactor(cc-addon-elasticsearch-options): feedback Mathieu (fixup later) --- src/components/cc-addon-option-form/cc-addon-option-form.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/cc-addon-option-form/cc-addon-option-form.js b/src/components/cc-addon-option-form/cc-addon-option-form.js index 020917c17..54e2eb802 100644 --- a/src/components/cc-addon-option-form/cc-addon-option-form.js +++ b/src/components/cc-addon-option-form/cc-addon-option-form.js @@ -131,12 +131,12 @@ export class CcAddonOptionForm extends LitElement { --cc-icon-size: 1.25em; } - /* Temporary workaround for cc-addon-elasticsearch-options because the skeleton parts should only be the elements but they are nested inside i18n strings */ + /* FIXME: Temporary workaround for cc-addon-elasticsearch-options because the skeleton parts should only be the elements but they are nested inside i18n strings */ .option-warning .skeleton { color: var(--cc-color-text-weak); } - /* Temporary workaround for cc-addon-elasticsearch-options because the skeleton parts should only be the elements but they are nested inside i18n strings */ + /* FIXME: Temporary workaround for cc-addon-elasticsearch-options because the skeleton parts should only be the elements but they are nested inside i18n strings */ .skeleton strong { background-color: #bbb; color: transparent;