Unverified Commit 52813f4b authored by Mark Otto's avatar Mark Otto Committed by GitHub
Browse files

Update cursor on floating labels example (#26826)

parent 2eb456b5
2 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment