mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°7984 - Change ? for field description (tooltip) by ⓘ in console and portal
Change escaped characters for their UTF-8 equivalent
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
/* SCSS variables */
|
||||
$common-has-description--content: "\1F6C8" !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 */
|
||||
|
||||
@@ -1140,7 +1140,7 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child{
|
||||
|
||||
.form_field_label > .control-label[data-tooltip-instantiated="true"] {
|
||||
&::after {
|
||||
content: "\1F6C8";
|
||||
content: "ⓘ";
|
||||
padding-left: 3px;
|
||||
vertical-align: top;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user