From 1f5d330e0637f9d10d36fa591c335aaf7ae89af5 Mon Sep 17 00:00:00 2001 From: molilo Date: Thu, 18 Dec 2025 02:09:26 -0300 Subject: [PATCH] feat: style feature hbs tooltip --- templates/ui/tooltip/feature.hbs | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/templates/ui/tooltip/feature.hbs b/templates/ui/tooltip/feature.hbs index fb07d895..768c2059 100644 --- a/templates/ui/tooltip/feature.hbs +++ b/templates/ui/tooltip/feature.hbs @@ -1,5 +1,12 @@
-

{{item.name}}

-
{{{description}}}
+

{{item.name}}

+
+
+ {{localize 'TYPES.Item.feature'}} +
+
+ {{#if description}} +
{{{description}}}
+ {{/if}}
\ No newline at end of file