File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @primer/css " : patch
3
+ ---
4
+
5
+ Use ` control ` border on default btn in an input group
Original file line number Diff line number Diff line change 54
54
border-bottom-right-radius : 0 ;
55
55
}
56
56
57
+ .input-group .form-control :first-child ,
58
+ .input-group-button :first-child .btn :not (.btn-primary ) {
59
+ border-color : var (--control-borderColor-rest , var (--color-border-default ));
60
+ }
61
+
57
62
.input-group-button :first-child .btn {
58
63
// stylelint-disable-next-line primer/spacing
59
64
margin-right : -1px ;
65
70
border-bottom-left-radius : 0 ;
66
71
}
67
72
73
+ .input-group .form-control :last-child ,
74
+ .input-group-button :last-child .btn :not (.btn-primary ) {
75
+ border-color : var (--control-borderColor-rest , var (--color-border-default ));
76
+ }
77
+
68
78
.input-group-button :last-child .btn {
69
79
// stylelint-disable-next-line primer/spacing
70
80
margin-left : -1px ;
You can’t perform that action at this time.
0 commit comments