From fd209d9685188171e73f656821731242c3347eb5 Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Mon, 20 Jun 2022 10:20:49 +0200 Subject: [PATCH] Add an outline around popup trigger areas in ref-tests - The goal is to avoid any future regressions. --- test/annotation_layer_builder_overrides.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/annotation_layer_builder_overrides.css b/test/annotation_layer_builder_overrides.css index 236e13f2b..f892ea1b8 100644 --- a/test/annotation_layer_builder_overrides.css +++ b/test/annotation_layer_builder_overrides.css @@ -17,7 +17,6 @@ .annotationLayer { position: absolute; - font-size: calc(100px * var(--scale-factor)); } .annotationLayer .buttonWidgetAnnotation.pushButton > img { @@ -32,7 +31,8 @@ } .annotationLayer .linkAnnotation > a, -.annotationLayer .buttonWidgetAnnotation.pushButton > a { +.annotationLayer .buttonWidgetAnnotation.pushButton > a, +.annotationLayer .popupTriggerArea { opacity: 0.2; background: rgba(255, 255, 0, 1); box-shadow: 0 2px 10px rgba(255, 255, 0, 1);