Skip to content
Snippets Groups Projects
Unverified Commit 44e58e12 authored by Art Lowel's avatar Art Lowel Committed by GitHub
Browse files

Merge pull request #277 from MatMercer/pointerevents

Fix truncated text being difficult to select
parents bfa87c92 dc633ea7
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@
max-width: 150px;
height: $height;
background: linear-gradient(to right, rgba(255, 255, 255, 0), $body-bg 70%);
pointer-events: none;
}
}
}
......@@ -60,4 +61,4 @@ $h4-factor: strip-unit($h4-font-size);
}
}
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment