Commit 414f6d79 authored by Sean Roberts's avatar Sean Roberts

Fixing tapping anchored annotations not opening sidebar

parent 5060acae
......@@ -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