File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed
src/components/fields/ComboBox Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff 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-
10473const ComboBoxOverlayElement = tasty ( {
10574 qa : 'ComboBoxOverlay' ,
10675 styles : {
You can’t perform that action at this time.
0 commit comments