Skip to content

Commit

Permalink
fix: fixes the z-index offset. (#2529)
Browse files Browse the repository at this point in the history
  • Loading branch information
orangevolon committed Jul 30, 2024
1 parent 0d6a260 commit ff93441
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/button-dropdown/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,6 @@ $dropdown-trigger-icon-offset: 2px;
}
}

& > .trigger-item.disabled,
& > .trigger-item.loading {
& > .trigger-button:not(:focus) {
z-index: -1;
}
}

& > .trigger-item.variant-normal {
&:not(:last-child) > .trigger-button {
margin-inline-end: 0;
Expand Down

0 comments on commit ff93441

Please sign in to comment.