diff --git a/umap/static/umap/css/tableeditor.css b/umap/static/umap/css/tableeditor.css index bdad44bd..39a18777 100644 --- a/umap/static/umap/css/tableeditor.css +++ b/umap/static/umap/css/tableeditor.css @@ -54,7 +54,7 @@ border: 1px solid #222; } .umap-table-editor td:focus { - outline-color: var(--color-accent); + outline: 1px solid var(--color-accent); } .umap-table-editor th, .umap-table-editor td { padding: 10px;