fix(ui): custom css description text
This commit is contained in:
parent
246e54e1d0
commit
9f187039e6
2 changed files with 3 additions and 3 deletions
|
@ -1391,8 +1391,8 @@
|
||||||
settings.theme_custom_css,
|
settings.theme_custom_css,
|
||||||
"textarea",
|
"textarea",
|
||||||
{
|
{
|
||||||
description:
|
embed_html:
|
||||||
"Custom CSS input embedded into your theme.",
|
'<span class="fade">Custom CSS input embedded into your theme.</span>',
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
|
@ -847,7 +847,7 @@ media_theme_pref();
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<span class="fade">${option.attributes.description}</span>
|
<span class="fade">${(option.attributes || { description: "" }).description}</span>
|
||||||
</div>`;
|
</div>`;
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue