Skip to content

Commit

Permalink
style(carbon): make initial select arrow transparent
Browse files Browse the repository at this point in the history
This makes the new arrow still clickable.

Related to https://github.com/camunda/tasklist/issues/2879
  • Loading branch information
Niklas Kiefer committed Jul 18, 2023
1 parent b6e38e0 commit 7a5e4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/form-js-carbon-styles/src/carbon-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ const SELECT_STYLES = css`
}
.fjs-select-arrow {
visibility: hidden;
color: transparent;
}
.fjs-select-cross {
Expand Down

0 comments on commit 7a5e4bc

Please sign in to comment.