Unverified Commit 0df922f8 authored by Robert Knight's avatar Robert Knight Committed by GitHub

Merge pull request #753 from dsiddy/product-backlog/703

Use a pointer cursor for highlights
parents b14859ec 0c098fd7
......@@ -9,14 +9,8 @@ $base-font-size: 14px;
.annotator-highlights-always-on {
.annotator-hl {
background-color: $highlight-color;
// cursor pointer gives mobile devices click
// event support. Using the pointer:coarse gives
// us good targeting to mobile devices that this effects
@media (pointer:coarse) {
cursor: pointer;
}
}
.annotator-hl .annotator-hl {
background-color: $highlight-color-second;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment