Skip to content

Commit

Permalink
Rewrite selector to help Parcel compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jan 26, 2023
1 parent 1299b16 commit 03983e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/forms/_floating-labels.scss
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 03983e5

Please sign in to comment.