diff --git a/packages/styles/scss/components/list-box/_list-box.scss b/packages/styles/scss/components/list-box/_list-box.scss index a5dbb1b4cd51..108f083f6f81 100644 --- a/packages/styles/scss/components/list-box/_list-box.scss +++ b/packages/styles/scss/components/list-box/_list-box.scss @@ -112,7 +112,7 @@ $list-box-menu-width: rem(300px); // V11: Possibly deprecate .#{$prefix}--list-box--expanded:hover.#{$prefix}--list-box--light:hover { - background-color: $field-02; + background-color: $field; } .#{$prefix}--list-box .#{$prefix}--text-input { @@ -153,21 +153,21 @@ $list-box-menu-width: rem(300px); // V11: Possibly deprecate // Light variation for 'list-box' .#{$prefix}--list-box--light { - background-color: $field-02; + background-color: $field; &:hover { - background-color: $layer-hover-02; + background-color: $layer-hover; } } // V11: Possibly deprecate .#{$prefix}--list-box--light .#{$prefix}--list-box__menu { - background: $field-02; + background: $field; } // V11: Possibly deprecate .#{$prefix}--list-box--light .#{$prefix}--list-box__menu-item__option { - border-top-color: $border-subtle-02; + border-top-color: $border-subtle; } .#{$prefix}--list-box--light.#{$prefix}--list-box--expanded { @@ -181,7 +181,7 @@ $list-box-menu-width: rem(300px); // V11: Possibly deprecate .#{$prefix}--list-box--light.#{$prefix}--list-box--disabled { - background-color: $field-02; + background-color: $field; } .#{$prefix}--list-box--disabled, @@ -556,7 +556,7 @@ $list-box-menu-width: rem(300px); // V11: Possibly deprecate .#{$prefix}--list-box--light .#{$prefix}--list-box__menu-item:hover { - background-color: $layer-hover-02; + background-color: $layer-hover; } .#{$prefix}--list-box--sm .#{$prefix}--list-box__menu-item { @@ -573,8 +573,7 @@ $list-box-menu-width: rem(300px); // V11: Possibly deprecate .#{$prefix}--list-box--light .#{$prefix}--list-box__menu-item:active { - // To Do: What should this variable be? - // background-color: $selected-light-ui; + background-color: $layer-selected; } .#{$prefix}--list-box--disabled @@ -727,9 +726,8 @@ $list-box-menu-width: rem(300px); // V11: Possibly deprecate .#{$prefix}--list-box--light .#{$prefix}--list-box__menu-item--active { - // To Do: What should this token be? - // border-bottom-color: $selected-light-ui; - // background-color: $selected-light-ui; + border-bottom-color: $layer-selected; + background-color: $layer-selected; } .#{$prefix}--list-box__menu-item--active:hover,