Skip to content

Commit

Permalink
fix(list-box): update chevron position for IE11 (carbon-design-system…
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Dec 17, 2019
1 parent e2fa31a commit bb634cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/src/components/list-box/_list-box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,9 @@ $list-box-menu-width: rem(300px);
// Menu status inside of a `list-box__field`
.#{$prefix}--list-box__menu-icon {
position: absolute;
top: 0;
right: $carbon--spacing-05;
bottom: 0;
height: 100%;
transition: transform $duration--fast-01 motion(standard, productive);
cursor: pointer;
Expand Down

0 comments on commit bb634cc

Please sign in to comment.