Skip to content

Commit 0aed1a8

Browse files
fix(ListBox): correctly position menu chevron (#8155)
* Revert "fix(ListBox): add top positioning to chevron (#7990)" This reverts commit 460bf18. * fix(dropdown): remove overwriting mixin * refactor(dropdown): remove redundant rule Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 8756867 commit 0aed1a8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

packages/components/src/components/dropdown/_dropdown.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@
6666

6767
// Menu's triggering element updated to button with Downshift v5 upgrade
6868
.#{$prefix}--dropdown .#{$prefix}--list-box__field {
69-
@include button-reset;
70-
71-
padding: 0 rem(48px) 0 rem(16px);
7269
text-align: left;
7370

7471
// Windows, Firefox HCM Fix

packages/components/src/components/list-box/_list-box.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,6 @@ $list-box-menu-width: rem(300px);
395395
@include button-reset($width: false);
396396

397397
position: absolute;
398-
top: $carbon--spacing-03;
399398
right: $carbon--spacing-05;
400399
display: flex;
401400
align-items: center;

0 commit comments

Comments
 (0)