1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00

Rewrite selector to help Parcel compiler

This commit is contained in:
Mark Otto
2023-01-25 17:45:20 -08:00
committed by Mark Otto
parent 1299b163c7
commit 03983e5b99

View File

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