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

Better :focus support for .list-group-item #71

Open sunabozu opened 8 years ago

sunabozu commented 8 years ago

Hi.

It would be nice to have more transparent behaviour of list items when they're focusable. Basically, I want they automatically become .active when they're focused.

Plus I want to remove outline from focused items.

And, it would be really nice to display active but unfocused items with the grey background used in OS X (see below). screen shot 2015-11-26 at 23 00 02

It's just a matter of cleaner code for developers.