@capillarytech/blaze-ui 0.3.2-alpha.2 → 0.3.2-alpha.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.
|
@@ -167,7 +167,7 @@ export const selectStyles = css`
|
|
|
167
167
|
background-color: transparent;
|
|
168
168
|
}
|
|
169
169
|
.ant-select-tree-treenode {
|
|
170
|
-
height:
|
|
170
|
+
height: 2.857rem;
|
|
171
171
|
margin-bottom: 0;
|
|
172
172
|
.ant-select-tree-checkbox .ant-select-tree-checkbox-inner {
|
|
173
173
|
height: 1.286rem;
|
|
@@ -183,6 +183,11 @@ export const selectStyles = css`
|
|
|
183
183
|
background-color: none;
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
|
+
.ant-select-tree-treenode-disabled{
|
|
187
|
+
.cap-unified-select-option-label{
|
|
188
|
+
color: ${styledVars.CAP_G06};
|
|
189
|
+
}
|
|
190
|
+
}
|
|
186
191
|
.ant-select-tree-node-content-wrapper {
|
|
187
192
|
border-radius: 0;
|
|
188
193
|
padding-left: 0.214rem;
|
package/package.json
CHANGED