/**
 * Copyright IBM Corp. 2016, 2023
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */

@use '@carbon/styles/scss/utilities/convert' as *;

//-----------------------------
// Combo Box (expressive)
//-----------------------------

/// Combo Box styles (expressive)
/// @access private
/// @group multi-select-expressive
@mixin multi-select-expressive {
  .#{$prefix}--multi-select.#{$prefix}--list-box {
    .#{$prefix}--list-box__menu-icon {
      inset-block-start: $spacing-04;

      svg {
        block-size: to-rem(20px);
        inline-size: to-rem(20px);
      }
    }
  }
}
