Skip to content

Commit 3811a18

Browse files
avernetobruchez
authored andcommitted
For #5890: minor, fix typo
1 parent 9a6ddbd commit 3811a18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

form-runner/jvm/src/main/assets/apps/fr/style/form-runner-bootstrap-override.less

+2-2
Original file line numberDiff line numberDiff line change
@@ -595,10 +595,10 @@ body.orbeon {
595595
.xforms-trigger-appearance-xxforms-primary .btn, .btn-primary, {
596596
.buttonBackgroundOrbeon(@btnPrimaryBackground, @btnPrimaryBackgroundHighlight);
597597
}
598-
.xforms-trigger-appearance-xxforms-warning .btn, .btn-warning
598+
.xforms-trigger-appearance-xxforms-warning .btn, .btn-warning {
599599
.buttonBackgroundOrbeon(@btnWarningBackground, @btnWarningBackgroundHighlight);
600600
}
601-
.xforms-trigger-appearance-xxforms-danger .btn, .btn-danger
601+
.xforms-trigger-appearance-xxforms-danger .btn, .btn-danger {
602602
.buttonBackgroundOrbeon(@btnDangerBackground, @btnDangerBackgroundHighlight);
603603
}
604604
.xforms-trigger-appearance-xxforms-success .btn, .btn-success {

0 commit comments

Comments
 (0)