You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nicolasperez19
changed the title
Add tooltip over edit, add, delete buttons so it's known what they do
feat: Add tooltip over edit, add, delete buttons so it's known what they do
Oct 25, 2024
nicolasperez19
changed the title
feat: Add tooltip over edit, add, delete buttons so it's known what they do
Add tooltip over edit, add, delete buttons so it's known what they do
Oct 25, 2024
Fixesnicolasperez19#8
Add styled tooltips for edit, add, and delete buttons in `src/components/MicMasterFlex.tsx`.
* Wrap the edit, add, and delete buttons in a `div` with class `relative group`.
* Add a `div` with class `absolute bottom-full left-1/2 transform -translate-x-1/2 mb-2 w-max bg-black text-white text-xs rounded py-1 px-2 opacity-0 group-hover:opacity-100 transition-opacity` for each button to display the tooltip text.
* Retain the `title` attribute for basic tooltips.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/nicolasperez19/mic-master-flex/issues/8?shareId=XXXX-XXXX-XXXX-XXXX).
No description provided.
The text was updated successfully, but these errors were encountered: