AngularJS, CSS

Firefox Input Unable to Select

Double clicking the text inside input and it doesn’t appear selected. Cursor can’t even be placed at the start of the input. It’s because of this:

-moz-user-select: none;

Either don’t use this on everything(*), or do a counter one on all <input>.

Standard