@opentrace/opentrace 0.1.1-rc.415 → 0.1.1-rc.418
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/dist/lib/opentrace.css +3 -2
- package/package.json +1 -1
package/dist/lib/opentrace.css
CHANGED
|
@@ -6867,8 +6867,9 @@
|
|
|
6867
6867
|
}
|
|
6868
6868
|
|
|
6869
6869
|
.graph-control-btn--active {
|
|
6870
|
-
background:
|
|
6871
|
-
border-color:
|
|
6870
|
+
background: color-mix(in oklch, var(--primary) 20%, transparent);
|
|
6871
|
+
border-color: color-mix(in oklch, var(--primary) 50%, transparent);
|
|
6872
|
+
color: var(--primary);
|
|
6872
6873
|
}
|
|
6873
6874
|
|
|
6874
6875
|
.panel-header {
|