Change add to cart border color for hover in Dawn theme

Hello, thank you for pointing out the box-shadow! I added the following code to my base.css file and it worked to remove the border.

.button:not([disabled]):hover:after{box-shadow: none;}