Commit df6a36c5 authored by Robert Knight's avatar Robert Knight Committed by GitHub

Merge pull request #329 from hypothesis/mobile-tap-view

Fixing tapping anchored annotations not opening sidebar
parents 5060acae 414f6d79
......@@ -9,6 +9,13 @@ $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 {
......
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