fade non-focused erd tables
This commit is contained in:
File diff suppressed because one or more lines are too long
4
ui/dist/index.html
vendored
4
ui/dist/index.html
vendored
@@ -13,9 +13,9 @@
|
|||||||
|
|
||||||
<!-- prism -->
|
<!-- prism -->
|
||||||
<script src="./libs/prism/prism.js" data-manual></script>
|
<script src="./libs/prism/prism.js" data-manual></script>
|
||||||
<script type="module" crossorigin src="./assets/index-oyPtdrRh.js"></script>
|
<script type="module" crossorigin src="./assets/index-8UEEIWLn.js"></script>
|
||||||
<link rel="modulepreload" crossorigin href="./assets/pocketbase.es-B_4DUNUU.js">
|
<link rel="modulepreload" crossorigin href="./assets/pocketbase.es-B_4DUNUU.js">
|
||||||
<link rel="stylesheet" crossorigin href="./assets/index-C1IKppLj.css">
|
<link rel="stylesheet" crossorigin href="./assets/index-Cpj6PAmS.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -146,7 +146,7 @@
|
|||||||
stroke: var(--pathColor);
|
stroke: var(--pathColor);
|
||||||
}
|
}
|
||||||
.erd-paths.front {
|
.erd-paths.front {
|
||||||
--pathColor: var(--surfaceAlt5Color);
|
--pathColor: var(--surfaceAlt3Color);
|
||||||
|
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
.active-from {
|
.active-from {
|
||||||
@@ -176,6 +176,12 @@
|
|||||||
cursor: grabbing;
|
cursor: grabbing;
|
||||||
}
|
}
|
||||||
&.active {
|
&.active {
|
||||||
|
.erd-table {
|
||||||
|
opacity: 0.7;
|
||||||
|
&.active {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
.erd-paths.back {
|
.erd-paths.back {
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user