mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 11:52:38 +02:00
wip: make outline appears on click on table editor
This commit is contained in:
parent
1ef416a622
commit
f62f3b4ab9
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
border: 1px solid #222;
|
border: 1px solid #222;
|
||||||
}
|
}
|
||||||
.umap-table-editor td:focus {
|
.umap-table-editor td:focus {
|
||||||
outline-color: var(--color-accent);
|
outline: 1px solid var(--color-accent);
|
||||||
}
|
}
|
||||||
.umap-table-editor th, .umap-table-editor td {
|
.umap-table-editor th, .umap-table-editor td {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
Loading…
Reference in a new issue