How to remove the border from a quantity button?

Hey everyone I have the problem that when I want to click on the number to change the quantity it always comes a black box and if I make the background white around the white still remains a border and i don’t want this border

Here are all three scenarios:

Bildschirm­foto 2023-01-26 um 14.09.15.png

@le_X_Atelier - can you please share this page link?

https://www.le-x-atelier.com/products/oversized-shirt-white

pw: stuttgart

@le_X_Atelier - add this css to the very end of your base.css file and check

.quantity__input:focus-visible{box-shadow: none; border: 0; outline: none;}

thanks its working perfectly!!