Do not underline text when it's a button

This commit is contained in:
Jean-Baptiste Bellet
2023-08-16 11:34:30 +02:00
parent e4479e7935
commit d27b2084ed

View File

@@ -111,3 +111,7 @@ button:not(.plain):not(.trix-button),
}
}
}
a.button {
text-decoration: none;
}