Loading themes/bs_bootstrap/sass/components/partials/_floating-labels.scss +10 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,16 @@ pointer-events: initial; } } // If element is disabled we should remove label bg color because disabled // element have it's own bg color. &[disabled], // Chrome autofill style. &:-internal-autofill-selected { ~ label { background-color: transparent; } } } .form--floating-labels { Loading Loading
themes/bs_bootstrap/sass/components/partials/_floating-labels.scss +10 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,16 @@ pointer-events: initial; } } // If element is disabled we should remove label bg color because disabled // element have it's own bg color. &[disabled], // Chrome autofill style. &:-internal-autofill-selected { ~ label { background-color: transparent; } } } .form--floating-labels { Loading