Skip to content

Commit

Permalink
N°7984 - Change ? for field description (tooltip) by 🛈 in console and…
Browse files Browse the repository at this point in the history
… portal

Change icon in backoffice
Remove snippet mistakenly introduced in previous merge
  • Loading branch information
xguiboud committed Dec 2, 2024
1 parent 98bc9f7 commit e384248
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion css/common/utils/helpers/_text-decoration.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

/* SCSS variables */
$common-has-description--content: "?" !default;
$common-has-description--content: "\1F6C8" !default;
$common-has-description--padding-left: $common-spacing-200 !default;
$common-has-description--color: $common-color-grey-600 !default;
$common-has-description--font-size: 0.7em !default; /* Font size is em on purpose as we want it to be proportional to its context */
Expand Down
18 changes: 0 additions & 18 deletions datamodels/2.x/itop-structure/datamodel.itop-structure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit e384248

Please sign in to comment.