Autoscoping (#103)
* Add autoscoping with generated demo * Remove manual demo from all snippets * Add JavaScript inside IIFE * Align mouse-cursor-gradient-tracking.md to demo code * Match snippets to demo * Update CONTRIBUTING.md * Create reusable function for code extraction
This commit is contained in:
@ -19,17 +19,6 @@ Makes the content unselectable.
|
||||
|
||||
#### Demo
|
||||
|
||||
<div class="snippet-demo">
|
||||
<p>You can select me.</p>
|
||||
<p class="snippet-demo__disable-selection">You can't select me!</p>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.snippet-demo__disable-selection {
|
||||
user-select: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
#### Explanation
|
||||
|
||||
`user-select: none` specifies that the text cannot be selected.
|
||||
|
||||
Reference in New Issue
Block a user