Skip to content

Commit

Permalink
fix(annotations): Fix text blocked by old highlight selection backgro…
Browse files Browse the repository at this point in the history
…und (#1272)
  • Loading branch information
Mingze authored Oct 19, 2020
1 parent 955a782 commit ce69954
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/viewers/doc/_docBase.scss
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,11 @@ $thumbnail-sidebar-width: 226px;
}
}

// For legacy Annotations highlight selection
.rangy-highlight {
opacity: .2;
}

::selection {
background-color: fade-out($box-blue, .9);
}
Expand Down

0 comments on commit ce69954

Please sign in to comment.