CASH-191 fix button border issue.

This commit is contained in:
Bryan Mauger 2025-02-18 09:27:56 -05:00
parent c38c25b642
commit 0aba0acefc

View file

@ -149,6 +149,12 @@ export default {
transition: all 150ms linear;
background: none;
&.btn {
&.btn-secondary {
border: none;
}
}
&:hover,
&:active,
&:focus,