Skip to content

Commit

Permalink
fix(ButtonGroup): remove z-index from active button
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi committed Dec 12, 2024
1 parent e3eaab0 commit 11c3004
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
}

.buttonsContainer .button.activeButton {
z-index: 20;
background-color: var(--primary-selected-color);
border-color: var(--primary-color);
}
Expand All @@ -36,7 +35,6 @@
}

.optionText:not(.disabled).selected {
z-index: 10;
color: var(--primary-text-color);
}

Expand Down

0 comments on commit 11c3004

Please sign in to comment.