@dktunited-techoff/techoff-suite-ui 1.10.3 → 1.10.4
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.
|
@@ -94,17 +94,9 @@ button:disabled {
|
|
|
94
94
|
color: #ffffff;
|
|
95
95
|
}
|
|
96
96
|
.ts-button--ghost:not(:disabled) {
|
|
97
|
-
background: #ffffff;
|
|
98
97
|
color: #3643ba;
|
|
99
98
|
}
|
|
100
|
-
.ts-button--ghost:not(:disabled):hover {
|
|
101
|
-
background: #ebecf7;
|
|
102
|
-
}
|
|
103
|
-
.ts-button--ghost:not(:disabled):active {
|
|
104
|
-
background: #e3e3f4;
|
|
105
|
-
}
|
|
106
99
|
.ts-button--ghost:disabled {
|
|
107
|
-
background: #ffffff61;
|
|
108
100
|
color: #1d1d1b61;
|
|
109
101
|
}
|
|
110
102
|
.ts-button--shadow {
|
|
@@ -94,17 +94,9 @@ button:disabled {
|
|
|
94
94
|
color: #ffffff;
|
|
95
95
|
}
|
|
96
96
|
.ts-button--ghost:not(:disabled) {
|
|
97
|
-
background: #ffffff;
|
|
98
97
|
color: #3643ba;
|
|
99
98
|
}
|
|
100
|
-
.ts-button--ghost:not(:disabled):hover {
|
|
101
|
-
background: #ebecf7;
|
|
102
|
-
}
|
|
103
|
-
.ts-button--ghost:not(:disabled):active {
|
|
104
|
-
background: #e3e3f4;
|
|
105
|
-
}
|
|
106
99
|
.ts-button--ghost:disabled {
|
|
107
|
-
background: #ffffff61;
|
|
108
100
|
color: #1d1d1b61;
|
|
109
101
|
}
|
|
110
102
|
.ts-button--shadow {
|
package/package.json
CHANGED
|
@@ -94,17 +94,9 @@ button:disabled {
|
|
|
94
94
|
color: #ffffff;
|
|
95
95
|
}
|
|
96
96
|
.ts-button--ghost:not(:disabled) {
|
|
97
|
-
background: #ffffff;
|
|
98
97
|
color: #3643ba;
|
|
99
98
|
}
|
|
100
|
-
.ts-button--ghost:not(:disabled):hover {
|
|
101
|
-
background: #ebecf7;
|
|
102
|
-
}
|
|
103
|
-
.ts-button--ghost:not(:disabled):active {
|
|
104
|
-
background: #e3e3f4;
|
|
105
|
-
}
|
|
106
99
|
.ts-button--ghost:disabled {
|
|
107
|
-
background: #ffffff61;
|
|
108
100
|
color: #1d1d1b61;
|
|
109
101
|
}
|
|
110
102
|
.ts-button--shadow {
|