react-drag-drop-files icon indicating copy to clipboard operation
react-drag-drop-files copied to clipboard

fix: Hover state background to be solid

Open pdenya opened this issue 2 years ago • 1 comments

Summary

In latest Chromium browsers the HoverMsg element is displayed underneath the drag text and the opacity is too low to be readable.

image (mouse circle from screen recording software)

Key Changes

  • Updated Opacity from .5 to .9
  • Added z-index on HoverMsg style

Updated look

image (mouse circle from screen recording software)

Check List

  • [x] The changes to the "Readme" file(if needed)
  • [x] The changes not breaking any old rule of the library or usage

pdenya avatar Jul 13 '22 21:07 pdenya

Hi @pdenya , Thank you so much for your contribution. Could you please just follow the PR semantic rules to pass the checks?

KarimMokhtar avatar Jul 14 '22 13:07 KarimMokhtar