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;}
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;}