Merge pull request #749 from Safelite/SSR-1349-fix-link-decoration
Remove text decoration from alerts.
This commit is contained in:
commit
ae7538641e
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue