Can someone help me with changing the bootstrap 4 navbar-toggler-icon appearance when it's open or closed using CSS? I have been trying to figure it out but so far, I haven't found a straightforward solution.
.map-controls-mobile .navbar-toggler-icon {
background-image: url('img/mobile-controls-arrow.svg');
width: 24px;
}