1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00

adding and closing tabs; saving of queries

This commit is contained in:
lana-k
2020-10-07 16:03:36 +02:00
parent f898493d29
commit 4841e43a09
7 changed files with 191 additions and 27 deletions

View File

@@ -28,5 +28,9 @@ button.primary:disabled {
color: var(--color-text-light-2);
text-shadow: none;
cursor: default;
}
}
button.primary:focus {
outline: none;
}