We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36af041 commit f4b3c85Copy full SHA for f4b3c85
packages/selenium-ide/src/neo/components/AutoComplete/index.jsx
@@ -39,17 +39,19 @@ export default class AutoComplete extends React.Component {
39
}}>
40
<input id={this.id} {...props} style={{
41
width: "100%",
42
+ paddingRight: "22px",
43
boxSizing: "border-box"
44
}}/>
45
<label htmlFor={this.id} className="si-caret-wide" style={{
46
position: "absolute",
47
top: "0",
48
bottom: "0",
- right: "8px",
49
+ right: "5px",
50
margin: "auto 0",
51
fontSize: "16px",
52
height: "16px",
- color: "#a3a3a3"
53
+ color: "#a3a3a3",
54
+ cursor: "pointer"
55
}}></label>
56
</span>
57
)}
0 commit comments