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

Move all star (*) scss to body. #63

Closed goodseller closed 8 years ago

goodseller commented 8 years ago

As now cannot select some of the text. ref

developit commented 8 years ago

@goodseller I believe this is actually intentional in order to reset properties within exempted parent nodes. You should override the CSS for your inputs (I believe photon does this already for .form-input):

.form-input {
    -webkit-user-select: text;
}
goodseller commented 8 years ago

@developit I don't really found it form-input. :crying_cat_face:
Instead, I found this: .selectable-text. Thanks. :smile:

_Please ignore this PR_