Skip to content

Commit

Permalink
chore(project): sync generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-bot committed May 6, 2020
1 parent 7532fd4 commit f0acc16
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -18935,12 +18935,17 @@ List box styles
right: 0;
width: $list-box-width;
background-color: $ui-01;
max-height: 0;
transition: max-height $duration--fast-02 motion(standard, productive);
overflow-y: auto;
z-index: z('dropdown');
}

.#{$prefix}--list-box
.#{$prefix}--list-box__field[aria-expanded='false']
+ .#{$prefix}--list-box__menu {
max-height: 0;
}

.#{$prefix}--list-box--expanded .#{$prefix}--list-box__menu {
max-height: rem(140px);
}
Expand Down

0 comments on commit f0acc16

Please sign in to comment.