mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Add an outline around popup trigger areas in ref-tests
- The goal is to avoid any future regressions.
This commit is contained in:
parent
8d154d7f6a
commit
fd209d9685
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue