Skip to content

Commit

Permalink
Update cursor on floating labels example (#26826)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo authored Jul 14, 2018
1 parent 2eb456b commit 52813f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/docs/4.1/examples/floating-labels/floating-labels.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ body {
margin-bottom: 0; /* Override default `<label>` margin */
line-height: 1.5;
color: #495057;
cursor: text; /* Match the input under the label */
border: 1px solid transparent;
border-radius: .25rem;
transition: all .1s ease-in-out;
Expand Down

0 comments on commit 52813f4

Please sign in to comment.