Skip to content

Commit 32e6f7e

Browse files
committed
fix(button): 修复primary+text按钮出现下划线问题 close DevCloudFE#1170
1 parent a2ce4e7 commit 32e6f7e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/devui-vue/devui/button/src/button.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,6 @@ $devui-btn-lg-padding: var(--devui-btn-lg-padding, 0 24px);
211211
color: $devui-link-active;
212212
}
213213

214-
&:not(:disabled):hover {
215-
text-decoration: underline;
216-
}
217-
218214
&:focus {
219215
color: $devui-brand-active-focus;
220216
}

0 commit comments

Comments
 (0)