-
+
@@ -159,6 +159,7 @@ limitations under the License. -->
display: inline-block;
height: 100%;
cursor: pointer;
+ color: $active-color;
}
.value {
diff --git a/src/views/dashboard/graphs/components/Legend.vue b/src/views/dashboard/graphs/components/Legend.vue
index 65903bcf..268c1b28 100644
--- a/src/views/dashboard/graphs/components/Legend.vue
+++ b/src/views/dashboard/graphs/components/Legend.vue
@@ -118,7 +118,7 @@ limitations under the License. -->
diff --git a/src/views/dashboard/related/continuous-profiling/components/Policy.vue b/src/views/dashboard/related/continuous-profiling/components/Policy.vue
index 09ecc35d..386989cb 100644
--- a/src/views/dashboard/related/continuous-profiling/components/Policy.vue
+++ b/src/views/dashboard/related/continuous-profiling/components/Policy.vue
@@ -221,12 +221,12 @@ limitations under the License. -->
height: 100px;
&:focus {
- border-color: #409eff;
+ border-color: $active-color;
}
}
.item-title {
margin-bottom: 5px;
- font-size: 14px;
+ font-size: $font-size-normal;
}
diff --git a/src/views/dashboard/related/demand-log/Header.vue b/src/views/dashboard/related/demand-log/Header.vue
index f2c9a5eb..5a2c6f48 100644
--- a/src/views/dashboard/related/demand-log/Header.vue
+++ b/src/views/dashboard/related/demand-log/Header.vue
@@ -353,7 +353,7 @@ limitations under the License. -->
width: 30%;
border-style: unset;
outline: 0;
- border: 1px solid #ccc;
+ border: 1px solid $disabled-color;
height: 30px;
padding: 0 5px;
}
@@ -371,9 +371,9 @@ limitations under the License. -->
padding: 0 3px;
border-radius: 3px;
overflow: hidden;
- color: #3d444f;
+ color: $font-color;
border: 1px dashed #aaa;
- font-size: 12px;
+ font-size: $font-size-smaller;
margin: 0 2px;
}
diff --git a/src/views/dashboard/related/ebpf/Content.vue b/src/views/dashboard/related/ebpf/Content.vue
index 9834b9e4..3678db0b 100644
--- a/src/views/dashboard/related/ebpf/Content.vue
+++ b/src/views/dashboard/related/ebpf/Content.vue
@@ -52,7 +52,7 @@ limitations under the License. -->
.schedules {
height: 90px;
- border-bottom: 1px solid #ccc;
+ border-bottom: 1px solid $disabled-color;
padding-right: 10px;
}
diff --git a/src/views/dashboard/related/ebpf/Header.vue b/src/views/dashboard/related/ebpf/Header.vue
index 989feb7f..289d1c89 100644
--- a/src/views/dashboard/related/ebpf/Header.vue
+++ b/src/views/dashboard/related/ebpf/Header.vue
@@ -89,7 +89,7 @@ limitations under the License. -->
diff --git a/src/views/dashboard/related/event/Header.vue b/src/views/dashboard/related/event/Header.vue
index d571baea..702fb1ec 100644
--- a/src/views/dashboard/related/event/Header.vue
+++ b/src/views/dashboard/related/event/Header.vue
@@ -226,9 +226,9 @@ limitations under the License. -->
padding: 0 3px;
border-radius: 3px;
overflow: hidden;
- color: #3d444f;
+ color: $font-color;
border: 1px dashed #aaa;
- font-size: 12px;
+ font-size: $font-size-smaller;
margin: 0 2px;
}
diff --git a/src/views/dashboard/related/log/Header.vue b/src/views/dashboard/related/log/Header.vue
index 3520802d..8afc0a1b 100644
--- a/src/views/dashboard/related/log/Header.vue
+++ b/src/views/dashboard/related/log/Header.vue
@@ -397,7 +397,7 @@ limitations under the License. -->
width: 30%;
border-style: unset;
outline: 0;
- border: 1px solid #ccc;
+ border: 1px solid $disabled-color;
height: 30px;
padding: 0 5px;
}
@@ -415,9 +415,9 @@ limitations under the License. -->
padding: 0 3px;
border-radius: 3px;
overflow: hidden;
- color: #3d444f;
+ color: $font-color;
border: 1px dashed #aaa;
- font-size: 12px;
+ font-size: $font-size-smaller;
margin: 0 2px;
}
diff --git a/src/views/dashboard/related/log/LogTable/Index.vue b/src/views/dashboard/related/log/LogTable/Index.vue
index 144c2eef..266b119e 100644
--- a/src/views/dashboard/related/log/LogTable/Index.vue
+++ b/src/views/dashboard/related/log/LogTable/Index.vue
@@ -72,7 +72,7 @@ limitations under the License. -->
diff --git a/src/views/dashboard/related/network-profiling/components/NewConditions.vue b/src/views/dashboard/related/network-profiling/components/NewConditions.vue
index 9c9b71b4..d4b08e75 100644
--- a/src/views/dashboard/related/network-profiling/components/NewConditions.vue
+++ b/src/views/dashboard/related/network-profiling/components/NewConditions.vue
@@ -66,12 +66,12 @@ limitations under the License. -->
diff --git a/src/views/dashboard/related/network-profiling/components/Settings.vue b/src/views/dashboard/related/network-profiling/components/Settings.vue
index fcfa56cd..a16a3f81 100644
--- a/src/views/dashboard/related/network-profiling/components/Settings.vue
+++ b/src/views/dashboard/related/network-profiling/components/Settings.vue
@@ -66,7 +66,7 @@ limitations under the License. -->
diff --git a/src/views/dashboard/related/profile/components/Stack/Container.vue b/src/views/dashboard/related/profile/components/Stack/Container.vue
index f03f123c..e510eddd 100644
--- a/src/views/dashboard/related/profile/components/Stack/Container.vue
+++ b/src/views/dashboard/related/profile/components/Stack/Container.vue
@@ -75,19 +75,19 @@ limitations under the License. -->
}
diff --git a/src/views/dashboard/related/task-timeline/components/ProfilingPanel.vue b/src/views/dashboard/related/task-timeline/components/ProfilingPanel.vue
index 1c1af5e4..1fbf78a4 100644
--- a/src/views/dashboard/related/task-timeline/components/ProfilingPanel.vue
+++ b/src/views/dashboard/related/task-timeline/components/ProfilingPanel.vue
@@ -77,7 +77,7 @@ limitations under the License. -->
.schedules {
height: 90px;
- border-bottom: 1px solid #ccc;
+ border-bottom: 1px solid $disabled-color;
padding-right: 10px;
}
diff --git a/src/views/dashboard/related/topology/components/Graph.vue b/src/views/dashboard/related/topology/components/Graph.vue
index 3382af85..22fc4078 100644
--- a/src/views/dashboard/related/topology/components/Graph.vue
+++ b/src/views/dashboard/related/topology/components/Graph.vue
@@ -20,7 +20,7 @@ limitations under the License. -->
element-loading-background="rgba(0, 0, 0, 0)"
:style="`height: ${height}px`"
>
-