Merge branch 'develop' into rlsmerge/2025.02.27-to-develop
This commit is contained in:
commit
352e2932f5
2 changed files with 15 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -525,6 +525,7 @@ export const mutations = {
|
|||
},
|
||||
resetExternalParameterQuoteState(state) {
|
||||
externalParameterState.quote.servicePackage = null;
|
||||
externalParameterState.quote.isInsurance = null;
|
||||
saveExternalParameterState(externalParameterState);
|
||||
},
|
||||
resetIsExternalParameter(state) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue