Skip to content

Commit

Permalink
refactor(cc-addon-elasticsearch-options): feedback Mathieu (fixup later)
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-sanders-cc committed Jan 16, 2025
1 parent 76d1fc0 commit 8ca655c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/cc-addon-option-form/cc-addon-option-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <strong> elements but they are nested inside i18n strings */
/* FIXME: Temporary workaround for cc-addon-elasticsearch-options because the skeleton parts should only be the <strong> 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 <strong> elements but they are nested inside i18n strings */
/* FIXME: Temporary workaround for cc-addon-elasticsearch-options because the skeleton parts should only be the <strong> elements but they are nested inside i18n strings */
.skeleton strong {
background-color: #bbb;
color: transparent;
Expand Down

0 comments on commit 8ca655c

Please sign in to comment.