mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-16 20:50:24 +00:00
Rewrite selector to help Parcel compiler
This commit is contained in:
parent
1299b163c7
commit
03983e5b99
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue