feat: 为按钮组件添加激活状态样式
This commit is contained in:
@ -32,6 +32,10 @@
|
|||||||
border-color: #e6e6e8 !important;
|
border-color: #e6e6e8 !important;
|
||||||
color: #737478 !important;
|
color: #737478 !important;
|
||||||
}
|
}
|
||||||
|
&:active {
|
||||||
|
border-color: #D7D7D9 !important;
|
||||||
|
color: #211F24 !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&.ant-btn-dangerous {
|
&.ant-btn-dangerous {
|
||||||
border-color: $color-error !important;
|
border-color: $color-error !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user