From 60ccce5cb197adfed554d314949030b48c63f807 Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Mon, 18 Sep 2023 19:07:36 +0200 Subject: [PATCH] [Editor] Use the same height as in the svg for icons for the alt-text button --- web/annotation_editor_layer_builder.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/annotation_editor_layer_builder.css b/web/annotation_editor_layer_builder.css index 26e4becc4..0865849fa 100644 --- a/web/annotation_editor_layer_builder.css +++ b/web/annotation_editor_layer_builder.css @@ -514,12 +514,11 @@ &::before { content: ""; mask-image: var(--alt-text-add-image); - mask-size: cover; mask-repeat: no-repeat; mask-position: center; display: inline-block; width: 12px; - height: 12px; + height: 13px; background-color: var(--alt-text-fg-color); margin-inline-end: 4px; }