|
239 | 239 | } |
240 | 240 |
|
241 | 241 | %igx-stepper__step-header--current { |
242 | | - background: var-get($theme, 'current-step-background') !important; |
| 242 | + background: var-get($theme, 'current-step-background'); |
243 | 243 | color: var-get($theme, 'current-title-color'); |
244 | 244 |
|
245 | 245 | %igx-stepper__step-indicator { |
246 | | - color: var-get($theme, 'current-indicator-color') !important; |
247 | | - background: var-get($theme, 'current-indicator-background') !important; |
248 | | - box-shadow: 0 0 0 $outline-width var-get($theme, 'current-indicator-outline') !important; |
| 246 | + color: var-get($theme, 'current-indicator-color'); |
| 247 | + background: var-get($theme, 'current-indicator-background'); |
| 248 | + box-shadow: 0 0 0 $outline-width var-get($theme, 'current-indicator-outline'); |
249 | 249 | } |
250 | 250 |
|
251 | 251 | %igx-stepper__step-title { |
|
263 | 263 | } |
264 | 264 |
|
265 | 265 | &:hover { |
266 | | - background: var-get($theme, 'current-step-hover-background') !important; |
| 266 | + background: var-get($theme, 'current-step-hover-background'); |
267 | 267 |
|
268 | 268 | %igx-stepper__step-title { |
269 | 269 | color: var-get($theme, 'current-title-hover-color'); |
|
418 | 418 | } |
419 | 419 |
|
420 | 420 | %igx-stepper__step--completed { |
421 | | - |
422 | | - %igx-stepper__step-header { |
| 421 | + %igx-stepper__step-header:not(%igx-stepper__step-header--current) { |
423 | 422 | background: var-get($theme, 'complete-step-background'); |
424 | 423 |
|
| 424 | + %igx-stepper__step-indicator { |
| 425 | + color: var-get($theme, 'complete-indicator-color'); |
| 426 | + background: var-get($theme, 'complete-indicator-background'); |
| 427 | + box-shadow: 0 0 0 $outline-width var-get($theme, 'complete-indicator-outline'); |
| 428 | + } |
| 429 | + |
| 430 | + %igx-stepper__step-title { |
| 431 | + color: var-get($theme, 'complete-title-color'); |
| 432 | + } |
| 433 | + |
| 434 | + %igx-stepper__step-subtitle { |
| 435 | + color: var-get($theme, 'complete-subtitle-color'); |
| 436 | + } |
| 437 | + |
425 | 438 | &:hover { |
426 | 439 | background: var-get($theme, 'complete-step-hover-background'); |
| 440 | + |
427 | 441 | %igx-stepper__step-title { |
428 | 442 | color: var-get($theme, 'complete-title-hover-color'); |
429 | 443 | } |
|
439 | 453 | } |
440 | 454 | } |
441 | 455 |
|
442 | | - %igx-stepper__step-indicator { |
443 | | - color: var-get($theme, 'complete-indicator-color'); |
444 | | - background: var-get($theme, 'complete-indicator-background'); |
445 | | - box-shadow: 0 0 0 $outline-width var-get($theme, 'complete-indicator-outline'); |
446 | | - } |
447 | | - |
448 | | - %igx-stepper__step-title { |
449 | | - color: var-get($theme, 'complete-title-color'); |
450 | | - } |
451 | | - |
452 | | - %igx-stepper__step-subtitle { |
453 | | - color: var-get($theme, 'complete-subtitle-color'); |
454 | | - } |
455 | | - |
456 | 456 | &:focus { |
457 | | - %igx-stepper__step-header { |
| 457 | + %igx-stepper__step-header:not(%igx-stepper__step-header--current) { |
458 | 458 | background: var-get($theme, 'complete-step-focus-background'); |
459 | 459 |
|
460 | 460 | %igx-stepper__step-title { |
|
0 commit comments