File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 14
14
background-color : var (--#{$prefix}input-focus-bg , $input-focus-bg );
15
15
border-color : var (--#{$prefix}input-focus-border-color , $input-focus-border-color );
16
16
outline : 0 ;
17
- @include border-radius ($input-border-radius , 0 );
18
17
@if $enable-shadows {
19
18
@include box-shadow ($input-box-shadow , $input-focus-box-shadow );
20
19
} @else {
65
64
}
66
65
}
67
66
68
- .input-group-lg {
67
+ & .input-group {
68
+ @include border-radius ($input-border-radius , 0 );
69
+ }
70
+
71
+ & .input-group-lg {
72
+ @include border-radius ($input-border-radius-lg , 0 );
73
+
69
74
.picker-input-group-icon {
70
75
width : 1.25rem ;
71
76
height : 1.25rem ;
72
77
font-size : 1.25rem ;
73
78
}
74
79
}
75
80
76
- .input-group-sm {
81
+ & .input-group-sm {
82
+ @include border-radius ($input-border-radius-sm , 0 );
83
+
77
84
.picker-input-group-icon {
78
85
width : .875rem ;
79
86
height : .875rem ;
You can’t perform that action at this time.
0 commit comments