Related to task T2321. Added light gray color to theme.buttons.secondary.disabledSendBg and replaced the backgroundcolor of SecondaryButton in PrimaryButton.js. SecondaryButton on hover now shows cursor as the universal 'no' sign.
Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project - Commits
- rABC057a20402da2: [Cashtab] Make disabled send button more explicit
cd web/cashtab && npm start
navigate to send tab
enter a value into the address or amount field which would cause the Send button to be deiabled
observe the light grey background color
hover cursor over the disabled button
observe the cursor switch to the universal no sign
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
web/cashtab/src/assets/styles/theme.js | ||
---|---|---|
54 ↗ | (On Diff #32874) | just call this disabled |
Comment Actions
After seeing this, I think the old color is okay -- just the 'universal no' on hover is enough. Please remove the grey bg color. Thanks.