mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-25 08:09:38 +02:00
add dashboard account pill tooltips (#1315)
* add dashboard account pill tooltips * Update app/views/shared/_text_tooltip.erb Co-authored-by: Zach Gollwitzer <zach.gollwitzer@gmail.com> Signed-off-by: Guillem Arias Fauste <gariasf@proton.me> --------- Signed-off-by: Guillem Arias Fauste <gariasf@proton.me> Co-authored-by: Zach Gollwitzer <zach.gollwitzer@gmail.com>
This commit is contained in:
parent
76decc06c3
commit
7f4c1755ef
2 changed files with 11 additions and 3 deletions
5
app/views/shared/_text_tooltip.erb
Normal file
5
app/views/shared/_text_tooltip.erb
Normal file
|
@ -0,0 +1,5 @@
|
|||
<div role="tooltip" data-tooltip-target="tooltip" class="tooltip bg-gray-700 text-sm px-1.5 py-1 rounded-md">
|
||||
<div class="text-white font-normal">
|
||||
<%= tooltip_text %>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue