Hi, I want to eliminate the blue border that is displayed after clicking the button, I have already try to target it with
::ng-deep{
.ngb-dp-arrow > button:active {
border: none !important;
}
But nothing seems to work, I already change the color of chevron with that approach so I'm placing my css in the correct place (component itself)
Link to reproduce: https://stackblitz.com/edit/angular-er2bdu?file=src%2Fapp%2Fdatepicker-popup.css