File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @primer/css " : patch
3
+ ---
4
+
5
+ Rename SegmentedControl--iconOnly-whenNarrow to SegmentedControl-button--iconOnly-whenNarrow and place on button
Original file line number Diff line number Diff line change 135
135
136
136
// Icon only when narrow
137
137
@media (max-width : $width-md ) {
138
- .SegmentedControl--iconOnly-whenNarrow {
139
- .SegmentedControl-button {
140
- width : var (--primer-control-medium-size , 32px );
141
- }
138
+ .SegmentedControl-button--iconOnly-whenNarrow {
139
+ width : var (--primer-control-medium-size , 32px );
142
140
143
141
.SegmentedControl-content {
144
142
padding : 0 ;
163
161
164
162
// reset for icon-only buttons
165
163
.SegmentedControl-button--iconOnly ,
166
- .SegmentedControl-- iconOnly-whenNarrow .SegmentedControl-button {
164
+ .SegmentedControl-button-- iconOnly-whenNarrow {
167
165
min-width : unset ;
168
166
}
169
167
}
You can’t perform that action at this time.
0 commit comments