Align layout 2 reset button with inactive link-button variant

This commit is contained in:
2026-05-28 09:21:40 +02:00
parent 42d3f475ef
commit ca805d0621
+1 -1
View File
@@ -137,7 +137,7 @@
<footer class="sg-form-sections-card__actions-segment" data-pattern-part="form-actions-segment"> <footer class="sg-form-sections-card__actions-segment" data-pattern-part="form-actions-segment">
<div class="sg-form-sections-card__actions" data-pattern-part="form-actions"> <div class="sg-form-sections-card__actions" data-pattern-part="form-actions">
<button class="sg-interaction-element sg-button sg-button--inactive sg-button--disabled sg-form-sections-card__action" type="button" disabled aria-disabled="true">Zuruecksetzen</button> <button class="sg-interaction-element sg-button sg-button--inactive sg-form-sections-card__action" type="button" disabled aria-disabled="true">Zuruecksetzen</button>
<button class="sg-interaction-element sg-button sg-button--process sg-button--process-inactive sg-button--disabled sg-form-sections-card__action" type="submit" disabled aria-disabled="true">Liste anlegen</button> <button class="sg-interaction-element sg-button sg-button--process sg-button--process-inactive sg-button--disabled sg-form-sections-card__action" type="submit" disabled aria-disabled="true">Liste anlegen</button>
</div> </div>
</footer> </footer>