'Change CSS background from HTML select to pure white - Angular Project
I have a select tag in my Angular project that I want it to look like others tags as you see in the image. What should I do to change CSS background from the select to be pure white as the others tags.
I've tried using background: white; background-color: white; in style but it still a shadow grey on it.
The final code is like this image: Image
https://stackblitz.com/edit/angular-ivy-ev6e4w?file=src%2Fassets%2Fbootstrap.min.css
Solution 1:[1]
If you have Bootstrap installed in you're project, Just add form-control class
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Arta Gbn |
