From 0a4817fb712bf4abc77be8f0335da50af8cf0b76 Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Thu, 28 Aug 2025 16:09:58 +0200 Subject: [PATCH] [Editor] Fix unit (for consistency) and remove few useless px --- web/annotation_editor_layer_builder.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/annotation_editor_layer_builder.css b/web/annotation_editor_layer_builder.css index 209a35d0c..99a817901 100644 --- a/web/annotation_editor_layer_builder.css +++ b/web/annotation_editor_layer_builder.css @@ -449,7 +449,7 @@ --alt-text-tooltip-bg: light-dark(#f0f0f4, #1c1b22); --alt-text-tooltip-fg: light-dark(#15141a, #fbfbfe); --alt-text-tooltip-border: #8f8f9d; - --alt-text-tooltip-shadow: 0px 2px 6px 0px + --alt-text-tooltip-shadow: 0 2px 6px 0 light-dark(rgb(58 57 68 / 0.2), #15141a); @media screen and (forced-colors: active) { @@ -768,7 +768,7 @@ .editToolbar { rotate: 180deg; inset-inline-end: 100%; - inset-block-start: calc(0pc - var(--editor-toolbar-vert-offset)); + inset-block-start: calc(0px - var(--editor-toolbar-vert-offset)); } }