new schema and indexes ui

This commit is contained in:
Gani Georgiev
2023-03-16 19:21:16 +02:00
parent 254e691e92
commit 4d16d0e16e
87 changed files with 2807 additions and 1973 deletions
+3 -3
View File
@@ -56,15 +56,15 @@
// states
&.selected {
background: var(--baseAlt1Color);
background: var(--baseAlt2Color);
}
&:focus-visible,
&:hover {
background: var(--baseAlt2Color);
background: var(--baseAlt1Color);
}
&:active {
transition-duration: var(--activeAnimationSpeed);
background: var(--baseAlt3Color);
background: var(--baseAlt2Color);
}
&.disabled {
color: var(--txtDisabledColor);