1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 18:44:01 +02:00

Fix disabled floating labels and add some examples of it in the docs (#37299)

* Fix disabled floating labels and add some examples of it in the docs

* Add disabled custom height textarea
This commit is contained in:
Julien Déramond
2022-10-30 02:30:59 +02:00
committed by GitHub
parent 678dde8f98
commit 06bed9b45a
2 changed files with 29 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
.form-floating {
position: relative;
&::before {
&::before:not(.form-control:disabled) {
position: absolute;
top: $input-border-width;
left: $input-border-width;