Update Bootstrap to 5.3.2

This commit is contained in:
Will Faught
2023-09-15 22:47:28 -07:00
parent 7282c89d2b
commit 544b51c0b3
141 changed files with 620 additions and 2240 deletions

View File

@@ -84,7 +84,8 @@
}
}
> :disabled ~ label {
> :disabled ~ label,
> .form-control:disabled ~ label { // Required for `.form-control`s because of specificity
color: $form-floating-label-disabled-color;
&::after {