Skip to content

Commit f0799a0

Browse files
authored
fix(kalert): link style (#3018)
1 parent 7b48fcd commit f0799a0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/components/KAlert/KAlert.vue

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,12 @@ const getAlertIcon = computed((): AlertIcon => {
105105
:slotted(a),
106106
:deep(a) {
107107
&:not([type='button']) {
108-
border-bottom: var(--kui-border-width-10, $kui-border-width-10) solid $textColor;
109108
color: $textColor;
110-
text-decoration: none;
109+
text-decoration: underline;
111110
112111
&:hover {
113-
border-bottom-color: $hoverColor;
114112
color: $hoverColor;
115-
text-decoration: none;
113+
text-decoration: underline;
116114
}
117115
}
118116
}

0 commit comments

Comments
 (0)