Skip to content

Commit

Permalink
Merge pull request #84 from connors/form-text-select
Browse files Browse the repository at this point in the history
Allow text to be edited in form inputs
  • Loading branch information
connors committed Feb 14, 2016
2 parents a756aeb + 5bb69d2 commit 63a6b0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/css/photon.css
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ input[type="checkbox"] {
border: 1px solid #ddd;
border-radius: 4px;
outline: none;
-webkit-user-select: text;
-webkit-app-region: no-drag;
}
.form-control:focus {
Expand Down
1 change: 1 addition & 0 deletions docs/dist/css/photon.css
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ input[type="checkbox"] {
border: 1px solid #ddd;
border-radius: 4px;
outline: none;
-webkit-user-select: text;
-webkit-app-region: no-drag;
}
.form-control:focus {
Expand Down
1 change: 1 addition & 0 deletions sass/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ input[type="checkbox"] {
border: 1px solid $border-color;
border-radius: $default-border-radius;
outline: none;
-webkit-user-select: text;
-webkit-app-region: no-drag;

&:focus {
Expand Down

0 comments on commit 63a6b0a

Please sign in to comment.