Skip to content

Commit

Permalink
Fix: Only hide point annotation icon when dialog is flipped (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum authored Sep 6, 2017
1 parent 3dbddbf commit d0ede36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/annotations/Annotator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,14 @@ $avatar-color-9: #f22c44;
}
}

.bp-annotation-dialog-flipped {
.bp-point-annotation-marker.bp-annotation-dialog-flipped {
path,
rect {
display: none;
}
}

.bp-annotation-dialog-flipped {
.bp-annotation-caret {
transform: rotate(180deg);
}
Expand Down

0 comments on commit d0ede36

Please sign in to comment.