|
182 | 182 | %igx-combo__toggle-button { |
183 | 183 | color: var-get($theme, 'toggle-button-foreground-focus'); |
184 | 184 | background: var-get($theme, 'toggle-button-background-focus'); |
185 | | - |
186 | | - &:focus { |
187 | | - color: color($color: 'secondary'); |
188 | | - } |
189 | 185 | } |
190 | 186 |
|
191 | 187 | %igx-combo__clear-button { |
192 | 188 | color: var-get($theme, 'clear-button-foreground-focus'); |
193 | 189 | background: var-get($theme, 'clear-button-background-focus'); |
194 | | - |
195 | | - &:focus { |
196 | | - color: color($color: 'secondary'); |
197 | | - } |
198 | 190 | } |
199 | 191 | } |
200 | 192 |
|
|
225 | 217 | } |
226 | 218 |
|
227 | 219 | .igx-input-group.igx-input-group--focused:not(.igx-input-group--box) { |
228 | | - @if $variant != 'fluent' { |
| 220 | + @if $variant == 'material' { |
229 | 221 | %igx-combo__toggle-button { |
230 | 222 | background: var-get($theme, 'toggle-button-background-focus--border'); |
231 | 223 | } |
232 | 224 | } |
233 | 225 | } |
234 | 226 |
|
| 227 | + %form-group-bundle:not(%form-group-bundle--disabled) { |
| 228 | + %igx-combo__clear-button:focus-visible, |
| 229 | + %igx-combo__toggle-button:focus-visible { |
| 230 | + color: color($color: 'secondary'); |
| 231 | + background: var-get($theme, 'toggle-button-background'); |
| 232 | + } |
| 233 | + } |
| 234 | + |
| 235 | + //.igx-input-group:not(.igx-input-group--box) { |
| 236 | + // %igx-combo__toggle-button:focus { |
| 237 | + // @if $variant == 'material' { |
| 238 | + // background: var-get($theme, 'toggle-button-background-focus--border'); |
| 239 | + // } |
| 240 | + // } |
| 241 | + //} |
| 242 | + |
235 | 243 | .igx-input-group--disabled { |
236 | 244 | %igx-combo__toggle-button { |
237 | 245 | background: var-get($theme, 'toggle-button-background-disabled') !important; |
|
0 commit comments