Added Top Web Models framework.

This commit is contained in:
DebaucheryLibrarian
2021-01-14 01:37:50 +01:00
parent dbdf0fcc0b
commit 12c3f0d7b9
9 changed files with 101 additions and 10 deletions

View File

@@ -83,7 +83,7 @@
v-if="entity.children.length > 0"
v-slot="scroll"
:expanded="expanded"
class="scroll-dark"
class="scroll-light"
@expand="(state) => expanded = state"
>
<Children

View File

@@ -34,15 +34,15 @@ export default {
padding: .5rem;
.icon {
fill: var(--shadow);
fill: var(--lighten);
}
&:hover {
cursor: pointer;
background: var(--shadow-hint);
background: var(--lighten-hint);
.icon {
fill: var(--text);
fill: var(--text-light);
}
}
}