designsystemet icon indicating copy to clipboard operation
designsystemet copied to clipboard

Let `ds-link` be able to style `<button>`

Open Barsnes opened this issue 2 months ago • 0 comments

A case for this is where you want a <form> to log out the user:

<form action="/logout" method="POST">
  <input type="hidden" name="${_csrf.parameterName}" value="${_csrf.token}">
  <button class="ds-link" type="submit">Logg ut</button>
</form>

Currently ds-link does not turn off the native <button> styling properly:

Image

Barsnes avatar Nov 11 '25 11:11 Barsnes