|
|
@@ -352,6 +352,8 @@
|
|
|
--color--process-data-tips-bg: #e8ebef;
|
|
|
|
|
|
--color-ant-picker-th: #b5b9bf;
|
|
|
+
|
|
|
+ --color-json-item-hover: #e6f7ff;
|
|
|
}
|
|
|
|
|
|
:root.dark {
|
|
|
@@ -577,5 +579,7 @@
|
|
|
--color--process-data-tips-bg: #4f5760;
|
|
|
|
|
|
--color-ant-picker-th: rgba(240, 241, 243,0.3);
|
|
|
+
|
|
|
+ --color-json-item-hover: #3e5966;
|
|
|
}
|
|
|
|