Skip to content

Commit

Permalink
Merge pull request #610 from ftaffelt/Issue-#505-PR
Browse files Browse the repository at this point in the history
split selection rule so that browser can handle it
  • Loading branch information
VadimDez authored Jun 2, 2020
2 parents df6fe4f + bfe251a commit d4bd194
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/pdf-viewer/pdf-viewer.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@
}
}

::-moz-selection,
::-moz-selection {
background: rgb(0, 0, 255);
}

::selection {
background: rgb(0, 0, 255);
}
Expand Down

0 comments on commit d4bd194

Please sign in to comment.