You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Parcel example, Floating labels work only when I remove the following code from examples/parcel/node_modules/bootstrap/scss/forms/_floating-labels.scss
// Duplicated because `:-webkit-autofill` invalidates other selectors when grouped
> .form-control:-webkit-autofill {
~ label {
opacity: $form-floating-label-opacity;
transform: $form-floating-label-transform;
}
}
Steps to reproduce the issue:
In examples/parcel/src/scss/styles.scss, uncomment @import "bootstrap/scss/forms";
Add floating labels example to examples/parcel/src/index.html
In Parcel example, Floating labels work only when I remove the following code from
examples/parcel/node_modules/bootstrap/scss/forms/_floating-labels.scss
Steps to reproduce the issue:
examples/parcel/src/scss/styles.scss
, uncomment@import "bootstrap/scss/forms";
examples/parcel/src/index.html
Not working on: Chrome 108.0.5359.71 (This version is outdated) on Ubuntu 16.04
Works on:
Firefox on Ubuntu 16.04 and Chrome 112 on Windows 11
The text was updated successfully, but these errors were encountered: