Created by: straube
In the current v4-dev branch, the variable $custom-select-height is not being used in the _custom-forms.scss file. Instead, its default value is set there: $input-height. So, when one tries to change that variable's value it doesn't lead to the expected result. To fix that I'm simply using the variable from _variables.scss to set the .custom-select height.