mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 02:28:54 +08:00
#115 move focus
This commit is contained in:
@@ -77,6 +77,10 @@ table.sqliteviz-table {
|
||||
border-bottom: 1px solid var(--color-border-light);
|
||||
border-right: 1px solid var(--color-border-light);
|
||||
}
|
||||
.sqliteviz-table tbody td:focus {
|
||||
outline: none;
|
||||
box-shadow:inset 0 0 0 1px var(--color-accent);
|
||||
}
|
||||
.sqliteviz-table td,
|
||||
.sqliteviz-table th,
|
||||
.fixed-header {
|
||||
|
||||
Reference in New Issue
Block a user