mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03: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:
@@ -1,7 +1,7 @@
|
||||
.form-floating {
|
||||
position: relative;
|
||||
|
||||
&::before {
|
||||
&::before:not(.form-control:disabled) {
|
||||
position: absolute;
|
||||
top: $input-border-width;
|
||||
left: $input-border-width;
|
||||
|
||||
Reference in New Issue
Block a user