fade non-focused erd tables

This commit is contained in:
Gani Georgiev
2026-04-23 17:43:15 +03:00
parent 1d593476b0
commit 52eccb3aac
4 changed files with 10 additions and 4 deletions

View File

@@ -146,7 +146,7 @@
stroke: var(--pathColor);
}
.erd-paths.front {
--pathColor: var(--surfaceAlt5Color);
--pathColor: var(--surfaceAlt3Color);
z-index: 2;
.active-from {
@@ -176,6 +176,12 @@
cursor: grabbing;
}
&.active {
.erd-table {
opacity: 0.7;
&.active {
opacity: 1;
}
}
.erd-paths.back {
opacity: 0.3;
}