style/buttons: define a style for low profile buttons

This commit is contained in:
Adorian Doran
2026-02-09 20:33:24 +02:00
parent 0323f95828
commit 081d041cbc

View File

@@ -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
*/