Page MenuHomePhabricator

[Cashtab] Remove white border from inputs in Airdrop.js
AbandonedPublic

Authored by kieran709 on Apr 1 2022, 20:49.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Summary

Related to task T2378. The token id and amount inputs in Airdrop.js have a white border since the webpack 5 update that need to be removed.

Test Plan

cd web/cashtab && npm start
navigate to the airdrop tab and expand the XEC Airdrop Calculator collapse
observe that the borders around both input fields are black.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
remove-input-borders-airdrop
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 18716
Build 37223: Build Diffcashtab-tests
Build 37222: arc lint + arc unit

Event Timeline

bytesofman requested changes to this revision.Apr 1 2022, 21:24

Please also correct this issue for the create token form input:

image.png (518×471 px, 23 KB)

This seems to be the only other place in the app where it's occurring.

This revision now requires changes to proceed.Apr 1 2022, 21:24

responding to review feedback

bytesofman requested changes to this revision.Apr 1 2022, 21:46

Match the 'on select' effect seen on the Send.js inputs. Currently, this is not happening (no change when cursor is in the input, vs light blue border appears when cursor is in inputs on Send.js)

This revision now requires changes to proceed.Apr 1 2022, 21:46