Skip to content

Commit

Permalink
fix(dropdown): revert flex item conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Mar 26, 2019
1 parent f48222e commit 2183e7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/dropdown/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -389,13 +389,13 @@

.#{$prefix}--dropdown-link {
@include focus-outline('reset');
display: flex;
align-items: center;
display: block;
height: rem(40px);
color: $text-02;
text-decoration: none;
font-weight: normal;
line-height: rem(16px);
padding: rem(11px) 0;
margin: 0 $carbon--spacing-05;
border: 1px solid transparent;
border-top-color: $ui-03;
Expand Down
4 changes: 2 additions & 2 deletions src/components/list-box/_list-box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -647,13 +647,13 @@ $list-box-menu-width: rem(300px);

.#{$prefix}--list-box__menu-item__option {
@include focus-outline('reset');
display: flex;
align-items: center;
display: block;
height: rem(40px);
color: $text-02;
text-decoration: none;
font-weight: normal;
line-height: rem(16px);
padding: rem(11px) 0;
margin: 0 $carbon--spacing-05;
border: 1px solid transparent;
border-top-color: $ui-03;
Expand Down

0 comments on commit 2183e7b

Please sign in to comment.