Merge branch 'develop' into rlsmerge/2025.02.27-to-develop

This commit is contained in:
CarlNation 2025-02-20 08:50:02 -05:00
commit 352e2932f5
2 changed files with 15 additions and 0 deletions

View file

@ -149,6 +149,20 @@ export default {
transition: all 150ms linear;
background: none;
&.btn {
&.btn-secondary {
border: none;
&:hover,
&:active,
&:focus,
&:focus-visible {
color: $blue-700;
background: none;
box-shadow: none;
}
}
}
&:hover,
&:active,
&:focus,

View file

@ -525,6 +525,7 @@ export const mutations = {
},
resetExternalParameterQuoteState(state) {
externalParameterState.quote.servicePackage = null;
externalParameterState.quote.isInsurance = null;
saveExternalParameterState(externalParameterState);
},
resetIsExternalParameter(state) {