|
23 | 23 | border-radius: 0;
|
24 | 24 |
|
25 | 25 | &:first-child {
|
| 26 | + // stylelint-disable-next-line primer/borders |
26 | 27 | border-top-left-radius: $border-radius;
|
| 28 | + // stylelint-disable-next-line primer/borders |
27 | 29 | border-bottom-left-radius: $border-radius;
|
28 | 30 | }
|
29 | 31 |
|
30 | 32 | &:last-child {
|
| 33 | + // stylelint-disable-next-line primer/borders |
31 | 34 | border-right-width: $border-width;
|
| 35 | + // stylelint-disable-next-line primer/borders |
32 | 36 | border-top-right-radius: $border-radius;
|
| 37 | + // stylelint-disable-next-line primer/borders |
33 | 38 | border-bottom-right-radius: $border-radius;
|
34 | 39 | }
|
35 | 40 |
|
|
38 | 43 | &:focus,
|
39 | 44 | &:active,
|
40 | 45 | &:hover {
|
| 46 | + // stylelint-disable-next-line primer/borders |
41 | 47 | border-right-width: $border-width;
|
42 | 48 |
|
43 | 49 | + .BtnGroup-item,
|
|
51 | 57 | float: left;
|
52 | 58 |
|
53 | 59 | &:first-child .BtnGroup-item {
|
| 60 | + // stylelint-disable-next-line primer/borders |
54 | 61 | border-top-left-radius: $border-radius;
|
| 62 | + // stylelint-disable-next-line primer/borders |
55 | 63 | border-bottom-left-radius: $border-radius;
|
56 | 64 | }
|
57 | 65 |
|
58 | 66 | &:last-child .BtnGroup-item {
|
| 67 | + // stylelint-disable-next-line primer/borders |
59 | 68 | border-right-width: $border-width;
|
| 69 | + // stylelint-disable-next-line primer/borders |
60 | 70 | border-top-right-radius: $border-radius;
|
| 71 | + // stylelint-disable-next-line primer/borders |
61 | 72 | border-bottom-right-radius: $border-radius;
|
62 | 73 | }
|
63 | 74 |
|
|
72 | 83 | &:active,
|
73 | 84 | &:hover {
|
74 | 85 | .BtnGroup-item {
|
| 86 | + // stylelint-disable-next-line primer/borders |
75 | 87 | border-right-width: $border-width;
|
76 | 88 | }
|
77 | 89 |
|
|
0 commit comments