-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Tooltip Not Appearing for "Add Section Title" (#144)
# [SRBT-349] Fix: Tooltip Not Appearing for "Add Section Title" **Changes** - Refactored the SectionTitleIcon to be wrapped in a `div` instead of an `svg`. I also refactored the Tooltip Trigger for section titles to be a button. Apparently, Tooltips can only to appear on [buttons](radix-ui/primitives#955 (comment)), or elements that require a click / pointer-down interaction – from what I've gathered on the documentation beyond this specific GitHub issue. # Screenshots <img width="487" alt="Screenshot 2024-12-03 at 8 57 21 AM" src="https://github.com/user-attachments/assets/a1a38d3f-075c-46b7-9064-a0b581efcf5a"> --------- Co-authored-by: Audrey Ostrom <[email protected]>
- Loading branch information
1 parent
a43eec7
commit cd56268
Showing
1 changed file
with
57 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters