Reported that the copy address button in the header, on mobile, would hang on the hover state background color
Moving the hover styles to a more specific selector
Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project - Commits
- rABCe519af1dbe60: [cashtab] Fix header copy address button hover styles
preview the site and check out the button on mobile
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- cashtab-copy-icon-mobile
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 33356 Build 66193: Build Diff cashtab-tests Build 66192: arc lint + arc unit
Event Timeline
Comment Actions
seems like the root cause here is that mobile browsers occasionally do not clear the hover state. In testing, noticed this is also happening with the SvgButtonOrLinkCss components (e.g. the copy paste button on the wallet page)
various solutions but the one here does seem to be the most concise.
Please also apply on the SvgButtonOrLinkCss component while we're at it (i've done this and applied + deployed at cashtab.io, works).