diff --git a/umap/static/umap/content.css b/umap/static/umap/content.css index 1ddf6067..1d1a3a7d 100644 --- a/umap/static/umap/content.css +++ b/umap/static/umap/content.css @@ -358,6 +358,11 @@ ul.umap-autocomplete { .content .icon-delete { background-image: url('./img/icon-delete.svg'); } +html[dir="rtl"] .content .icon-edit, +html[dir="rtl"] .content .icon-share, +html[dir="rtl"] .content .icon-delete { + background-position: initial; /* this takes precedence over similar selector in icon.css and fixes position */ +} .table-header { display: flex; justify-content: space-between;