cc-core-cli 1.0.116 → 1.0.117
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
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
.editable {
|
|
254
254
|
margin-bottom: 24px;
|
|
255
255
|
|
|
256
|
-
.editable-row:hover
|
|
256
|
+
.editable-row:hover>td {
|
|
257
257
|
background-color: inherit !important;
|
|
258
258
|
}
|
|
259
259
|
}
|
|
@@ -1948,4 +1948,10 @@ h4.ant-typography {
|
|
|
1948
1948
|
.buttonvariable:hover {
|
|
1949
1949
|
background-color: var(--background-color-hover-var) !important;
|
|
1950
1950
|
color: var(--text-color-hover-var) !important;
|
|
1951
|
+
}
|
|
1952
|
+
|
|
1953
|
+
.table-external {
|
|
1954
|
+
.ant-table-cell {
|
|
1955
|
+
padding: 10px 16px;
|
|
1956
|
+
}
|
|
1951
1957
|
}
|