File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 52
52
align-items : center ;
53
53
54
54
& :not (:last-child ) .custom-file-label ,
55
+ & :not (:last-child ) .custom-file-label ::after { @include border-right-radius (0 ); }
55
56
& :not (:first-child ) .custom-file-label { @include border-left-radius (0 ); }
56
57
}
57
58
58
59
& :not (.has-validation ) {
59
60
> .form-control :not (:last-child ),
60
61
> .custom-select :not (:last-child ),
62
+ > .custom-file :not (:last-child ) .custom-file-label ,
61
63
> .custom-file :not (:last-child ) .custom-file-label ::after {
62
64
@include border-right-radius (0 );
63
65
}
66
68
& .has-validation {
67
69
> .form-control :nth-last-child (n + 3 ),
68
70
> .custom-select :nth-last-child (n + 3 ),
71
+ > .custom-file :nth-last-child (n + 3 ) .custom-file-label ,
69
72
> .custom-file :nth-last-child (n + 3 ) .custom-file-label ::after {
70
73
@include border-right-radius (0 );
71
74
}
You can’t perform that action at this time.
0 commit comments