Skip to content

Commit

Permalink
split selection rule so that browser can handle it
Browse files Browse the repository at this point in the history
  • Loading branch information
ftaffelt authored Jun 1, 2020
1 parent df6fe4f commit bfe251a
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 bfe251a

Please sign in to comment.