Browse Source

Merge pull request #1552 from juan-cortes/issue-1468

Issue 1468, wrong cursor on receive modal
gre-patch-1
Gaëtan Renaudeau 6 years ago
committed by GitHub
parent
commit
2327ad58bd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/components/base/Box/Box.js

3
src/components/base/Box/Box.js

@ -50,8 +50,7 @@ export default styled.div`
p.selectable &&
`
user-select: text;
cursor: text;
`};
`};
${p =>
p.sticky &&

Loading…
Cancel
Save