aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/Annotation.tsx
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-10-03 16:31:31 -0400
committerbob <bcz@cs.brown.edu>2019-10-03 16:31:31 -0400
commit2413d93a31ad4c97e09f79b97bc19346e72a1537 (patch)
treec87fff7c8ba355ebd1ef62718680979542c4d94d /src/client/views/pdf/Annotation.tsx
parent9085a369738fbe9ee1a9f74c9aba9a9ca1e5c962 (diff)
improved search results to avoid showing aliases. improved Pdf results display.
Diffstat (limited to 'src/client/views/pdf/Annotation.tsx')
-rw-r--r--src/client/views/pdf/Annotation.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/pdf/Annotation.tsx b/src/client/views/pdf/Annotation.tsx
index 26de12a0d..134e757d1 100644
--- a/src/client/views/pdf/Annotation.tsx
+++ b/src/client/views/pdf/Annotation.tsx
@@ -122,7 +122,7 @@ class RegionAnnotation extends React.Component<IRegionAnnotationProps> {
left: this.props.x,
width: this.props.width,
height: this.props.height,
- transition: "background-color 0.5s, opacity 0.5s",
+ transition: "opacity 0.5s",
opacity: this._brushed ? 0.5 : undefined,
backgroundColor: this._brushed ? "orange" : StrCast(this.props.document.color)
}} />);