🔥 Removed already reverted button style properties

This commit is contained in:
Maxim Lebedev 2023-12-13 16:15:25 +06:00
parent 4cec2f9e6e
commit 7676efd379
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 0 additions and 5 deletions

View File

@ -54,13 +54,9 @@ button {
/* NOTE(toby3d): reset everything */
all: unset;
/* NOTE(toby3d): start from scratch */
-moz-appearance: none;
-webkit-appearance: none;
align-items: baseline;
appearance: none;
background: var(--_background);
border-radius: 0.3125em;
border: 0;
color: var(--_color);
cursor: pointer;
display: inline-flex;
@ -70,7 +66,6 @@ button {
min-width: 6.25em;
padding: 0.625em 1em;
text-align: center;
text-decoration: none;
}
.button[href*='liberapay.com'],