Compare commits

...

3 Commits

Author SHA1 Message Date
XGUI
de3ee8322a N°7984 - Change ? for field description (tooltip) by ⓘ in console and portal
Change escaped characters for their UTF-8 equivalent
2024-12-05 08:33:55 +01:00
XGUI
e384248eda N°7984 - Change ? for field description (tooltip) by 🛈 in console and portal
Change icon in backoffice
Remove snippet mistakenly introduced in previous merge
2024-12-02 14:37:58 +01:00
xavier.guiboud-ribaud@combodo.com
98bc9f72ae N°7984 - Change ? for field description (tooltip) by 🛈 in console and portal 2024-11-26 13:52:01 +01:00
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
*/
/* SCSS variables */
$common-has-description--content: "?" !default;
$common-has-description--content: "" !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 */

View File

@@ -1140,13 +1140,14 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child{
.form_field_label > .control-label[data-tooltip-instantiated="true"] {
&::after {
content: "?";
content: "";
padding-left: 3px;
vertical-align: top;
cursor: pointer;
color: $gray;
font-size: 0.85em;
font-weight: 200;
}
}
.form_field .form_mandatory .control-label:after{