提交 7a6c87f8 编写于 作者: V Vben

fix(button): fix button style error close #312

上级 68ceb287
......@@ -18,6 +18,7 @@
- 修复`PageWrapper`title 不显示
- 修复表格已知问题
- 修复 BasicTree 组件不能自定义 title 问题
- 修复主题切换后按钮样式问题
## 2.0.3 (2021-03-07)
......
......@@ -14,6 +14,11 @@
// bottom: 1px;
// }
// }
&-link:hover,
&-link:focus,
&-link:active {
border-color: transparent !important;
}
&-primary {
color: @white;
......@@ -70,6 +75,7 @@
&:hover,
&:focus {
color: @button-success-hover-color;
border-color: transparent;
}
}
......@@ -111,6 +117,7 @@
&:hover,
&:focus {
color: @button-warn-hover-color;
border-color: transparent;
}
}
......@@ -144,6 +151,7 @@
&:hover,
&:focus {
color: @button-error-hover-color;
border-color: transparent;
}
}
......@@ -165,9 +173,6 @@
color: @white;
background-color: fade(@button-error-color, 40%);
border-color: fade(@button-error-color, 40%);
// background-color: @button-error-disabled-color;
// border-color: @button-error-disabled-color ;
}
}
......
......@@ -8,7 +8,6 @@ const menu: MenuModule = {
path: '/comp',
tag: {
dot: true,
type: 'warn',
},
children: [
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册