I want to remove textbox outline in bootstrap 4 but its not working. please let how can i remove this line.
CSS
this is better, shorter, and greater
input[type="text"], textarea { outline: none; box-shadow:none !important; border:1px solid #ccc !important; }