I am currently using bootstrap v3.3.1 from the standard directory, and I am facing difficulty in removing the border radius from the select box components specifically in Google Chrome.
This particular inquiry is unique because:
- Despite attempting to modify the bootstrap border-radius variables, the issue persists
- Adding "(-webkit/-ms)border-radius: 0(px) !important" to the css did not produce the desired result
- I prefer not to include "-webkit-appearance: none;" in the css as it affects the appearance of the select-component arrows