Merge pull request #15071 from calixteman/popup_area_test

Add an outline around popup trigger areas in ref-tests
This commit is contained in:
Jonas Jenwald 2022-06-20 22:28:39 +02:00 committed by GitHub
commit b00641d873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);