Fix visibility of quickfind on dark backgrounds

Quickfind is great. The problem is it's hard to see on dark backgrounds. Sometimes you hit the quickfind shortcut (cmd-e or cmd-k) but can't tell if the command went through because there's no easily visible feedback. It's too dark on dark backgrounds. Here's an idea for how to fix this. Add a subtle 50% white border and some box shadow `box-shadow `box-shadow: 0px 100px 40px 0px rgba(0,0,0,0.2);`

  • Ali Z.
  • May 3 2019
  • Reviewed