mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 11:21:23 +02:00
Update cursor on floating labels example (#26826)
This commit is contained in:
@@ -44,6 +44,7 @@ body {
|
|||||||
margin-bottom: 0; /* Override default `<label>` margin */
|
margin-bottom: 0; /* Override default `<label>` margin */
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
|
cursor: text; /* Match the input under the label */
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-radius: .25rem;
|
border-radius: .25rem;
|
||||||
transition: all .1s ease-in-out;
|
transition: all .1s ease-in-out;
|
||||||
|
Reference in New Issue
Block a user