Merge pull request #277 from MatMercer/pointerevents

Fix truncated text being difficult to select
This commit is contained in:
Art Lowel
2018-07-11 10:16:18 +02:00
committed by GitHub

View File

@@ -23,6 +23,7 @@
max-width: 150px; max-width: 150px;
height: $height; height: $height;
background: linear-gradient(to right, rgba(255, 255, 255, 0), $body-bg 70%); 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);
} }
} }
} }
} }