necolas / normalize.css

A modern alternative to CSS resets
http://necolas.github.io/normalize.css/
MIT License
52.32k stars 10.66k forks source link

Remove redundant text-transform for FF's select #828

Open SiarheiBobryk opened 3 years ago

SiarheiBobryk commented 3 years ago

Nowadays we don't need to specify the text-transform property for the select element for Firefox. Such functionality already built-in in Firefox as well as for all other browsers normalise.css supports: Chrome, Safari, Edge, IE11, IE10.

Sources:

Other changes:

Tested on:

SiarheiBobryk commented 3 years ago
Screen Shot 2020-09-15 at 12 18 58 pm