From 081d041cbccd34f27c407c0873009d171193b2d3 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 9 Feb 2026 20:33:24 +0200 Subject: [PATCH] style/buttons: define a style for low profile buttons --- apps/client/src/stylesheets/theme-next/forms.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/apps/client/src/stylesheets/theme-next/forms.css b/apps/client/src/stylesheets/theme-next/forms.css index 12f361c2f2..2e92f2e59c 100644 --- a/apps/client/src/stylesheets/theme-next/forms.css +++ b/apps/client/src/stylesheets/theme-next/forms.css @@ -84,6 +84,22 @@ button.btn.btn-success kbd { letter-spacing: 0.5pt; } +/* + * Low profile buttons + */ + +button.tn-low-profile { + appearance: none; + background: transparent; + border: 0; + border-radius: 8px; + color: inherit; +} + +button.tn-low-profile:hover { + background-color: var(--icon-button-hover-background); +} + /* * Icon buttons */