connors / photon

The fastest way to build beautiful Electron apps using simple HTML and CSS
photonkit.com
MIT License
10.01k stars 579 forks source link

Fix radius of outline around focused form inputs #73

Closed danieldiekmeier closed 8 years ago

danieldiekmeier commented 8 years ago

I noticed that the border radius of the outline (aka box shadow) was the same as the input itself, which made it look a little weird. So I fixed that.

Before: screen shot 2015-12-18 at 15 26 25

After: screen shot 2015-12-18 at 15 28 05

connors commented 8 years ago

Rad. Merging.

danieldiekmeier commented 8 years ago

<3