Remove text decoration from alerts.

This commit is contained in:
Bryan Mauger 2024-06-11 15:45:49 -04:00
parent 20f8a5b0ac
commit e32edb26fd

View file

@ -157,8 +157,11 @@ export default {
};
</script>
<style lang="scss" scoped>
<style lang="scss">
.alert {
a {
text-decoration: none;
}
border-color: transparent;
button {
display: none;