Fix hovering on cards in modals

This commit is contained in:
Jonathan Staab 2023-03-06 17:33:59 -06:00
parent 35c1b4b2ed
commit 6d7592a086
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# Current
- [ ] Go over onboarding process, suggest some good relays for newcomers
- [ ] Submit blog post with new onboarding process built in
- [ ] Fix hover on notes in modal
- [ ] Show loading/success on zap invoice screen
- [ ] Fix iOS/safari/firefox

View File

@ -14,6 +14,7 @@
'bg-medium border border-solid border-shimmer': invertColors,
"cursor-pointer transition-all": interactive,
"hover:bg-medium": interactive && !invertColors,
"hover:bg-dark": interactive && invertColors,
})}>
<slot />
</div>