Merge pull request #749 from Safelite/SSR-1349-fix-link-decoration

Remove text decoration from alerts.
This commit is contained in:
bmauger 2024-06-11 16:51:53 -04:00 committed by GitHub
commit ae7538641e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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