Skip to content

Commit

Permalink
fix(TDOPS-5854): Remove border on MultiSelectTag widget with Typeahead (
Browse files Browse the repository at this point in the history
  • Loading branch information
Gbacc authored Jan 18, 2024
1 parent dde55e5 commit 5269331
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hot-pumas-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@talend/react-forms': patch
---

TDOPS-5854 - Fix MultiSelectTag widget to remove border from Typeahead component
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ $tc-badge-margin: $padding-smaller !default;
height: auto;
padding: 0;

input {
[class^='InputWrapper-module'] {
border: none;
box-shadow: none;
}

.focus-manager {
Expand Down

0 comments on commit 5269331

Please sign in to comment.