Skip to content

Commit

Permalink
Chore: Fix Rangy highlight CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum committed Nov 4, 2018
1 parent a14fe6b commit d763b6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Annotator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@

// Quad point positioning - the helper divs are positioned relative to the Rangy-created element
.bp-doc .rangy-highlight {
background-color: lighten($highlight-yellow, 10%);
opacity: .25;
background-color: $highlight-yellow;
position: relative;
}

Expand Down

0 comments on commit d763b6f

Please sign in to comment.