From b8aa667bece26996ecdcc4b469b3905bf3d6f97c Mon Sep 17 00:00:00 2001 From: Jonathan Reinink Date: Tue, 31 Oct 2017 19:53:10 -0400 Subject: [PATCH] Add cheatsheet table to user select docs --- docs/source/docs/user-select.blade.md | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/source/docs/user-select.blade.md b/docs/source/docs/user-select.blade.md index 79af38321..526286189 100644 --- a/docs/source/docs/user-select.blade.md +++ b/docs/source/docs/user-select.blade.md @@ -17,3 +17,32 @@ title: "User Select" ]) @include('_partials.work-in-progress') + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
ClassPropertiesDescription
.select-noneuser-select: none;Disable selecting text in an element.
.select-textuser-select: text;Allow selecting text in an element.
+