Skip to content

Commit f4b3c85

Browse files
committed
text cant hide the autocomplete triangle
1 parent 36af041 commit f4b3c85

File tree

1 file changed

+4
-2
lines changed
  • packages/selenium-ide/src/neo/components/AutoComplete

1 file changed

+4
-2
lines changed

packages/selenium-ide/src/neo/components/AutoComplete/index.jsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,19 @@ export default class AutoComplete extends React.Component {
3939
}}>
4040
<input id={this.id} {...props} style={{
4141
width: "100%",
42+
paddingRight: "22px",
4243
boxSizing: "border-box"
4344
}}/>
4445
<label htmlFor={this.id} className="si-caret-wide" style={{
4546
position: "absolute",
4647
top: "0",
4748
bottom: "0",
48-
right: "8px",
49+
right: "5px",
4950
margin: "auto 0",
5051
fontSize: "16px",
5152
height: "16px",
52-
color: "#a3a3a3"
53+
color: "#a3a3a3",
54+
cursor: "pointer"
5355
}}></label>
5456
</span>
5557
)}

0 commit comments

Comments
 (0)