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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user