N°7984 - Change ? for field description (tooltip) by 🛈 in console and portal

Change icon in backoffice
Remove snippet mistakenly introduced in previous merge
This commit is contained in:
XGUI
2024-12-02 14:37:58 +01:00
parent 98bc9f72ae
commit e384248eda
2 changed files with 1 additions and 19 deletions

View File

@@ -2043,22 +2043,4 @@
</profiles>
</user_rights>
<constants/>
<snippets>
<snippet id="GestionCssInfo" _delta="define">
<placement>module</placement>
<module>itop-structure</module>
<rank>-1</rank>
<content>
<![CDATA[
class GestionCssInfo implements iBackofficeStyleExtension
{
public function GetStyle(): string
{
return '.ibo-field--label>.ibo-has-description::after, .ibo-input-with-label--label.ibo-has-description::after{content:"\1F6C8"; font-weight: 200;} ';
}
}
]]>
</content>
</snippet>
</snippets>
</itop_design>