aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2018-07-14 15:14:29 -0700
committerGitHub <[email protected]>2018-07-14 15:14:29 -0700
commit52813f4bc81241c091a801fc23be982b56b15238 (patch)
tree79a94d2d5c9160c4f70d65f3a46c15404e773c5a
parent2eb456b5d827e90385d363c56b140d9b83ee100c (diff)
downloadbootstrap-52813f4bc81241c091a801fc23be982b56b15238.tar.xz
bootstrap-52813f4bc81241c091a801fc23be982b56b15238.zip
Update cursor on floating labels example (#26826)
-rw-r--r--site/docs/4.1/examples/floating-labels/floating-labels.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/docs/4.1/examples/floating-labels/floating-labels.css b/site/docs/4.1/examples/floating-labels/floating-labels.css
index a5634ab5f..7b5a7d2e3 100644
--- a/site/docs/4.1/examples/floating-labels/floating-labels.css
+++ b/site/docs/4.1/examples/floating-labels/floating-labels.css
@@ -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;