cc-core-cli 1.0.147 → 1.0.148
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
|
@@ -19,6 +19,11 @@
|
|
|
19
19
|
margin-inline-end: 0px;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
+
.ant-input-outlined.ant-input-disabled textarea[disabled],
|
|
23
|
+
.ant-input-outlined[disabled] textarea[disabled] {
|
|
24
|
+
border-radius: 6px !important;
|
|
25
|
+
}
|
|
26
|
+
|
|
22
27
|
.search .ant-input-affix-wrapper .ant-input-suffix >*:not(:last-child) {
|
|
23
28
|
margin-inline-end: 10px;
|
|
24
29
|
}
|
|
@@ -1552,7 +1552,17 @@ html body.ant-scrolling-effect {
|
|
|
1552
1552
|
}
|
|
1553
1553
|
|
|
1554
1554
|
.ant-menu-item-selected .icon-menu-hor {
|
|
1555
|
-
background-color: var(--
|
|
1555
|
+
background-color: var(--submenu-bg-active-color) !important;
|
|
1556
|
+
transition: border-color 0.3s,background 0.3s;
|
|
1557
|
+
}
|
|
1558
|
+
|
|
1559
|
+
.ant-menu-item:hover .icon-menu-hor {
|
|
1560
|
+
background-color: var(--submenu-bg-active-color);
|
|
1561
|
+
transition: border-color 0.3s,background 0.3s;
|
|
1562
|
+
}
|
|
1563
|
+
|
|
1564
|
+
.ant-menu-item .icon-menu-hor {
|
|
1565
|
+
transition: border-color 0.3s,background 0.3s;
|
|
1556
1566
|
}
|
|
1557
1567
|
|
|
1558
1568
|
/* Ant Design v5 breadcrumb separator color fix */
|
|
@@ -920,16 +920,15 @@ h4.ant-typography {
|
|
|
920
920
|
animation-iteration-count: 2 !important;
|
|
921
921
|
} */
|
|
922
922
|
|
|
923
|
-
:has(.blink-effect) .ant-input-affix-wrapper,
|
|
924
|
-
:has(.blink-effect) .ant-input-number-affix-wrapper,
|
|
925
|
-
:has(.blink-effect) .ant-picker,
|
|
926
|
-
:has(.blink-effect) .ant-select-selector {
|
|
923
|
+
.ant-form-item:has(.blink-effect) .ant-input-affix-wrapper,
|
|
924
|
+
.ant-form-item:has(.blink-effect) .ant-input-number-affix-wrapper,
|
|
925
|
+
.ant-form-item:has(.blink-effect) .ant-picker,
|
|
926
|
+
.ant-form-item:has(.blink-effect) .ant-select-selector {
|
|
927
927
|
animation-name: blink !important;
|
|
928
928
|
animation-duration: 0.2s !important;
|
|
929
929
|
animation-iteration-count: 2 !important;
|
|
930
930
|
}
|
|
931
931
|
|
|
932
|
-
|
|
933
932
|
:has(.blink-effect) input,
|
|
934
933
|
:has(.blink-effect) .ant-input-number input {
|
|
935
934
|
animation: none !important;
|