Whenever I hover my mouse over it, an indicator pops up, but I want to make it the default
<input type="date" class="form-control" name="Date"
[(ngModel)]="opening_date" (ngModelChange)="Operating()"
style="width:550px" required>
input[type="date"]:default::-webkit-calendar-picker-indicator {
display: block;
}
https://i.sstatic.net/hxKXI.png
Can someone please assist me with this issue?