From 6b22b2c369c8e4c19a97246e1faa0f7ffa2e8c81 Mon Sep 17 00:00:00 2001 From: Lewis Chen <148148914+lewischen-aot@users.noreply.github.com> Date: Fri, 27 Dec 2024 14:52:43 -0800 Subject: [PATCH] #4132 - Update Form IO (Tooltip Fix) (#4187) - Added CSS for tooltips in formio shared css file. Screenshot of the tooltip before and after fix ![image](https://github.com/user-attachments/assets/e9459fab-90e2-41ef-83b8-ee76c4b6b516) --- sources/packages/web/src/assets/css/formio-shared.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sources/packages/web/src/assets/css/formio-shared.scss b/sources/packages/web/src/assets/css/formio-shared.scss index 079e8d7911..821bd78a52 100644 --- a/sources/packages/web/src/assets/css/formio-shared.scss +++ b/sources/packages/web/src/assets/css/formio-shared.scss @@ -745,3 +745,8 @@ td .formio-custom-tooltip:hover .tooltip-text { .bi-calendar::before { content: "\f1f6" !important; } + +// Shows the tooltip icon +.bi-question-circle::before { + content: "\f504" !important; +}