mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-05-19 06:11:43 -04:00
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 -->
|
||||
<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="stylesheet" crossorigin href="./assets/index-C1IKppLj.css">
|
||||
<link rel="stylesheet" crossorigin href="./assets/index-Cpj6PAmS.css">
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user