Skip to content

Commit

Permalink
refactor(select): update option state colors (#2110)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg authored Dec 2, 2019
1 parent 7355d65 commit 1dbddd5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/framework/theme/styles/themes/_mapping.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1755,16 +1755,16 @@ $eva-mapping: (

select-option-background-color: background-basic-color-1,
select-option-text-color: text-basic-color,
select-option-focus-background-color: color-basic-transparent-200,
select-option-focus-background-color: color-basic-transparent-focus,
select-option-focus-text-color: text-basic-color,
select-option-hover-background-color: color-basic-transparent-100,
select-option-hover-background-color: color-basic-transparent-hover,
select-option-hover-text-color: text-basic-color,
select-option-selected-background-color: color-primary-transparent-200,
select-option-selected-text-color: text-basic-color,
select-option-selected-focus-background-color: color-primary-transparent-300,
select-option-selected-focus-text-color: text-basic-color,
select-option-selected-hover-background-color: color-primary-transparent-100,
select-option-selected-hover-text-color: text-basic-color,
select-option-selected-background-color: color-primary-default,
select-option-selected-text-color: text-control-color,
select-option-selected-focus-background-color: color-primary-focus,
select-option-selected-focus-text-color: text-control-color,
select-option-selected-hover-background-color: color-primary-hover,
select-option-selected-hover-text-color: text-control-color,
select-option-disabled-background-color: background-basic-color-1,
select-option-disabled-text-color: text-disabled-color,

Expand Down

0 comments on commit 1dbddd5

Please sign in to comment.