Skip to content

Commit

Permalink
fix(forms): remove documentation for broken autoselect element
Browse files Browse the repository at this point in the history
[fixes #104656696]
  • Loading branch information
August Toman-Yih committed Oct 23, 2015
1 parent 20ab79f commit e18d645
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions src/pivotal-ui/components/forms/forms.scss
Expand Up @@ -1116,28 +1116,6 @@ p.form-control-static {
color: $neutral-3;
}

/*doc
---
title: Autoselect Text Inputs
name: form_autoselect_text_input
categories:
- css_components_forms
- css_all
---
This form is used to show information that a user may wish to copy and paste somewhere.
```html_example
<label for="readonlyautoselect"></label>
<input class="auto-select form-control" id="readonlyautoselect" data-behavior="AutoSelect" readonly="readonly" value="This should auto highlight">
```
*/

.form-control.auto-select {
cursor: pointer;
}

/*pending
---
title: Content Editables
Expand Down

0 comments on commit e18d645

Please sign in to comment.