]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Rewrite selector to help Parcel compiler
authorMark Otto <markdotto@gmail.com>
Thu, 26 Jan 2023 01:45:20 +0000 (17:45 -0800)
committerMark Otto <otto@github.com>
Thu, 26 Jan 2023 02:07:18 +0000 (18:07 -0800)
scss/forms/_floating-labels.scss

index aaed538458dfdf94f39af9b1d0c9769e2dceec1f..acae3fd684bc7ee570b9f0844d2def575647b531 100644 (file)
@@ -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;