Skip to content

Commit

Permalink
#4132 - Update Form IO (Tooltip Fix) (#4187)
Browse files Browse the repository at this point in the history
- 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)
  • Loading branch information
lewischen-aot authored Dec 27, 2024
1 parent 275fa1c commit 6b22b2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sources/packages/web/src/assets/css/formio-shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 6b22b2c

Please sign in to comment.