The color for disabled SELECT is different from INPUT TYPE=TEXT and TEXTAREA
Created by: rmacfadyen
OS: win10 Browser: chrome 88, firefox 85, opera 73, edge 88
Repo: js fiddle
Picture of the bug in action: picture
The class form-select defines color and background color different from the class form-control. They should be the same.
In v4 a SELECT did not have a specific form-XYZ class of it's own, just form-control. In v5 a SELECT does have a specific form-select class.