Remove text decoration from alerts.
This commit is contained in:
parent
20f8a5b0ac
commit
e32edb26fd
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue