@bit-sun/business-component 4.0.8-alpha.1 → 4.0.8-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bit-sun/business-component",
3
- "version": "4.0.8-alpha.1",
3
+ "version": "4.0.8-alpha.2",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -83,6 +83,23 @@
83
83
  border: 0px;
84
84
  }
85
85
 
86
+ .ant-btn-primary[disabled], .ant-btn-primary[disabled]:hover, .ant-btn-primary[disabled]:focus, .ant-btn-primary[disabled]:active {
87
+ background: @primary-color;
88
+ opacity: 0.5;
89
+ color: #fff;
90
+ }
91
+
92
+ .ant-btn.ant-btn-default {
93
+ color: @primary-color;
94
+ border-color: @primary-color;
95
+ }
96
+
97
+ .ant-btn.ant-btn-default[disabled], .ant-btn-default[disabled]:hover, .ant-btn-default[disabled]:focus, .ant-btn-default[disabled]:active {
98
+ color: @primary-color;
99
+ border-color: @primary-color;
100
+ opacity: 0.5;
101
+ }
102
+
86
103
 
87
104
  html,
88
105
  body {