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 8fa2957 commit 3124a28Copy full SHA for 3124a28
packages/dropdowns.next/.size-snapshot.json
@@ -1,20 +1,20 @@
1
{
2
"index.cjs.js": {
3
- "bundled": 55496,
4
- "minified": 40414,
+ "bundled": 55497,
+ "minified": 40415,
5
"gzipped": 9223
6
},
7
"index.esm.js": {
8
- "bundled": 50790,
9
- "minified": 35952,
+ "bundled": 50791,
+ "minified": 35953,
10
"gzipped": 8646,
11
"treeshaked": {
12
"rollup": {
13
- "code": 28260,
+ "code": 28261,
14
"import_statements": 1064
15
16
"webpack": {
17
- "code": 31150
+ "code": 31151
18
}
19
20
packages/dropdowns.next/src/views/combobox/StyledInput.ts
@@ -74,7 +74,7 @@ export const StyledInput = styled.input.attrs({
74
padding: 0;
75
font-family: inherit;
76
77
- :focus {
+ &:focus {
78
outline: none;
79
80
0 commit comments