From f62f3b4ab90a78d9c712455c5b73ad868d63d48c Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 8 Jul 2024 18:38:57 +0200 Subject: [PATCH] wip: make outline appears on click on table editor --- umap/static/umap/css/tableeditor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;