|
210 | 210 | color: var-get($theme, 'clear-button-foreground-focus'); |
211 | 211 | background: var-get($theme, 'clear-button-background-focus'); |
212 | 212 | } |
| 213 | + |
| 214 | + &%form-group-bundle--border { |
| 215 | + %igx-combo__toggle-button { |
| 216 | + background: var-get($theme, 'toggle-button-background-focus--border'); |
| 217 | + } |
| 218 | + } |
213 | 219 | } |
214 | 220 |
|
215 | 221 | @if $variant == 'indigo' { |
216 | 222 | %form-group-bundle:not(%form-group-bundle--disabled):hover { |
217 | 223 | %igx-combo__toggle-button { |
218 | 224 | color: var-get($theme, 'toggle-button-foreground-focus'); |
| 225 | + background: var-get($theme, 'toggle-button-background-focus'); |
| 226 | + } |
| 227 | + |
| 228 | + %igx-combo__clear-button { |
| 229 | + color: var-get($theme, 'clear-button-foreground-focus'); |
| 230 | + background: var-get($theme, 'clear-button-background-focus'); |
219 | 231 | } |
220 | 232 | } |
221 | 233 | } |
|
224 | 236 | %igx-combo__toggle-button { |
225 | 237 | color: var-get($theme, 'toggle-button-foreground-filled'); |
226 | 238 | } |
| 239 | + |
| 240 | + @if $variant == 'material' { |
| 241 | + &.igx-input-group--focused { |
| 242 | + %igx-combo__toggle-button { |
| 243 | + color: var-get($theme, 'toggle-button-foreground-filled'); |
| 244 | + } |
| 245 | + } |
| 246 | + } |
227 | 247 | } |
228 | 248 |
|
229 | 249 | .igx-input-group--focused { |
|
254 | 274 | } |
255 | 275 | } |
256 | 276 |
|
257 | | - //.igx-input-group:not(.igx-input-group--box) { |
258 | | - // %igx-combo__toggle-button:focus { |
259 | | - // @if $variant == 'material' { |
260 | | - // background: var-get($theme, 'toggle-button-background-focus--border'); |
261 | | - // } |
262 | | - // } |
263 | | - //} |
264 | | - |
265 | 277 | .igx-input-group--disabled { |
266 | 278 | %igx-combo__toggle-button { |
267 | 279 | background: var-get($theme, 'toggle-button-background-disabled') !important; |
|
274 | 286 | } |
275 | 287 | } |
276 | 288 | } |
277 | | - |
278 | | - %form-group-bundle { |
279 | | - &:hover { |
280 | | - %igx-combo__clear-button { |
281 | | - color: inherit; |
282 | | - } |
283 | | - } |
284 | | - } |
285 | 289 | } |
0 commit comments