|
34 | 34 | ); |
35 | 35 | @include responsive-props('choice', 'fill', '--pc-choice-fill'); |
36 | 36 | display: inline-flex; |
| 37 | + align-items: center; |
37 | 38 | justify-content: flex-start; |
38 | 39 | cursor: pointer; |
39 | 40 | padding-block-start: calc( |
|
78 | 79 | var(--pc-choice-bleed-block-start, var(--pc-choice-space-0)) + |
79 | 80 | var(--pc-choice-bleed-block-end, var(--pc-choice-space-0)) |
80 | 81 | ); |
81 | | - |
82 | | - #{$se23} & { |
83 | | - align-items: center; |
84 | | - } |
85 | 82 | } |
86 | 83 |
|
87 | 84 | .labelHidden { |
|
120 | 117 | } |
121 | 118 |
|
122 | 119 | .disabled + .Descriptions { |
123 | | - #{$se23} & { |
124 | | - // the <Text/> component in the HelpText markup in Choice.tsx is set to `undefined` when the disabled prop is true |
125 | | - // Which tells it to inherit whatever color we specify here. |
126 | | - color: var(--p-color-text-disabled); |
127 | | - } |
| 120 | + // the <Text/> component in the HelpText markup in Choice.tsx is set to `undefined` when the disabled prop is true |
| 121 | + // Which tells it to inherit whatever color we specify here. |
| 122 | + color: var(--p-color-text-disabled); |
128 | 123 | } |
129 | 124 |
|
130 | 125 | .Control { |
131 | 126 | // stylelint-disable-next-line -- Polaris component custom properties |
132 | | - --pc-choice-size: 20px; |
133 | | - #{$se23} & { |
134 | | - // stylelint-disable-next-line -- PSE23 temporary property overrides |
135 | | - --pc-choice-size: 18px; |
136 | | - } |
| 127 | + --pc-choice-size: 18px; |
137 | 128 |
|
138 | 129 | @media #{$p-breakpoints-md-down} { |
139 | 130 | // stylelint-disable-next-line -- Polaris component custom properties |
140 | | - --pc-choice-size: 22px; |
141 | | - #{$se23} & { |
142 | | - // stylelint-disable-next-line -- PSE23 Polaris component custom properties |
143 | | - --pc-choice-size: 20px; |
144 | | - } |
| 131 | + --pc-choice-size: 20px; |
145 | 132 | } |
146 | 133 | display: flex; |
147 | 134 | flex: 0 0 auto; |
|
167 | 154 |
|
168 | 155 | .Descriptions { |
169 | 156 | // stylelint-disable-next-line -- Polaris component custom properties |
170 | | - --pc-choice-size: 20px; |
171 | | - #{$se23} & { |
172 | | - // stylelint-disable-next-line -- PSE23 Polaris component custom properties |
173 | | - --pc-choice-size: 18px; |
174 | | - } |
| 157 | + --pc-choice-size: 18px; |
175 | 158 |
|
176 | 159 | @media #{$p-breakpoints-md-down} { |
177 | 160 | // stylelint-disable-next-line -- Polaris component custom properties |
178 | | - --pc-choice-size: 22px; |
179 | | - #{$se23} { |
180 | | - // stylelint-disable-next-line -- PSE23 Polaris component custom properties |
181 | | - --pc-choice-size: 20px; |
182 | | - } |
| 161 | + --pc-choice-size: 20px; |
183 | 162 | } |
184 | 163 | // stylelint-disable-next-line -- generated by polaris-migrator DO NOT COPY |
185 | 164 | padding-left: calc(var(--p-space-2) + var(--pc-choice-size)); |
|
0 commit comments