wip: fixed sidebar style; style: removed foreground inverted variable; style: removed icon hover variable; style: removed panels text variable; wip: sidebar link active style

This commit is contained in:
Roberto Tonino
2020-10-16 23:56:53 +02:00
parent 09f3b2138d
commit 301c6f0ebe
9 changed files with 23 additions and 73 deletions

View File

@@ -224,7 +224,7 @@ export default {
left: 0;
min-width: 100px;
border-radius: 7px;
background: var(--foreground-inverted);
background: var(--secondary-background);
box-shadow: 4px 10px 18px 0px hsla(0, 0%, 0%, 0.15);
overflow: hidden;
z-index: 10000;