Skip to content

Commit d6f9278

Browse files
committed
feat(ComboBox): add tests
1 parent d0b9631 commit d6f9278

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

src/components/fields/ComboBox/ComboBox.tsx

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -70,37 +70,6 @@ const InputElement = tasty({
7070
styles: DEFAULT_INPUT_STYLES,
7171
});
7272

73-
const TriggerElement = tasty({
74-
as: 'button',
75-
type: 'neutral',
76-
styles: {
77-
display: 'grid',
78-
placeItems: 'center',
79-
placeContent: 'center',
80-
placeSelf: 'stretch',
81-
radius: '(1r - 1bw) right',
82-
padding: '0',
83-
width: '3x',
84-
boxSizing: 'border-box',
85-
color: {
86-
'': '#dark-02',
87-
hovered: '#dark-02',
88-
pressed: '#purple',
89-
disabled: '#dark.30',
90-
},
91-
border: 'left',
92-
reset: 'button',
93-
margin: 0,
94-
fill: {
95-
'': '#dark.0',
96-
hovered: '#dark.04',
97-
pressed: '#purple.10',
98-
disabled: '#clear',
99-
},
100-
cursor: 'pointer',
101-
},
102-
});
103-
10473
const ComboBoxOverlayElement = tasty({
10574
qa: 'ComboBoxOverlay',
10675
styles: {

0 commit comments

Comments
 (0)