mirror of https://github.com/twbs/bootstrap.git
Rewrite selector to help Parcel compiler
This commit is contained in:
parent
1299b163c7
commit
03983e5b99
|
@ -1,7 +1,7 @@
|
|||
.form-floating {
|
||||
position: relative;
|
||||
|
||||
&::before:not(.form-control:disabled) {
|
||||
&:not(.form-control:disabled)::before {
|
||||
position: absolute;
|
||||
top: $input-border-width;
|
||||
left: $input-border-width;
|
||||
|
|
Loading…
Reference in New Issue