Skip to content

Commit 3124a28

Browse files
authored
fix(combobox): ensure input focus reset (#1581)
1 parent 8fa2957 commit 3124a28

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/dropdowns.next/.size-snapshot.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"index.cjs.js": {
3-
"bundled": 55496,
4-
"minified": 40414,
3+
"bundled": 55497,
4+
"minified": 40415,
55
"gzipped": 9223
66
},
77
"index.esm.js": {
8-
"bundled": 50790,
9-
"minified": 35952,
8+
"bundled": 50791,
9+
"minified": 35953,
1010
"gzipped": 8646,
1111
"treeshaked": {
1212
"rollup": {
13-
"code": 28260,
13+
"code": 28261,
1414
"import_statements": 1064
1515
},
1616
"webpack": {
17-
"code": 31150
17+
"code": 31151
1818
}
1919
}
2020
}

packages/dropdowns.next/src/views/combobox/StyledInput.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const StyledInput = styled.input.attrs({
7474
padding: 0;
7575
font-family: inherit;
7676
77-
:focus {
77+
&:focus {
7878
outline: none;
7979
}
8080

0 commit comments

Comments
 (0)