We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8d863 commit f4bf054Copy full SHA for f4bf054
scss/_input-group.scss
@@ -11,9 +11,9 @@
11
align-items: stretch;
12
width: 100%;
13
14
- .form-control,
15
- .custom-select,
16
- .custom-file {
+ > .form-control,
+ > .custom-select,
+ > .custom-file {
17
position: relative; // For focus state's z-index
18
flex: 1 1 auto;
19
// Add width 1% and flex-basis auto to ensure that button will not wrap out
@@ -33,15 +33,15 @@
33
}
34
35
36
37
- .custom-select {
+ > .custom-select {
38
&:not(:last-child) { @include border-right-radius(0); }
39
&:not(:first-child) { @include border-left-radius(0); }
40
41
42
// Custom file inputs have more complex markup, thus requiring different
43
// border-radius overrides.
44
45
display: flex;
46
align-items: center;
47
0 commit comments