Skip to content

Commit eb8a1b5

Browse files
committed
Fix for input on mac
1 parent afb4bd9 commit eb8a1b5

File tree

19 files changed

+3
-57
lines changed

19 files changed

+3
-57
lines changed

v3/internal/templates/lit-ts/frontend/public/style.css

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
-webkit-font-smoothing: antialiased;
1414
-moz-osx-font-smoothing: grayscale;
1515
-webkit-text-size-adjust: 100%;
16-
}
17-
18-
* {
1916
user-select: none;
2017
-webkit-user-select: none;
2118
-moz-user-select: none;

v3/internal/templates/lit/frontend/public/style.css

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
-webkit-font-smoothing: antialiased;
1414
-moz-osx-font-smoothing: grayscale;
1515
-webkit-text-size-adjust: 100%;
16-
}
17-
18-
* {
1916
user-select: none;
2017
-webkit-user-select: none;
2118
-moz-user-select: none;

v3/internal/templates/preact-ts/frontend/public/style.css

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
-webkit-font-smoothing: antialiased;
1414
-moz-osx-font-smoothing: grayscale;
1515
-webkit-text-size-adjust: 100%;
16-
}
17-
18-
* {
1916
user-select: none;
2017
-webkit-user-select: none;
2118
-moz-user-select: none;

v3/internal/templates/preact/frontend/public/style.css

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
-webkit-font-smoothing: antialiased;
1414
-moz-osx-font-smoothing: grayscale;
1515
-webkit-text-size-adjust: 100%;
16-
}
17-
18-
* {
1916
user-select: none;
2017
-webkit-user-select: none;
2118
-moz-user-select: none;

v3/internal/templates/qwik-ts/frontend/public/style.css

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
-webkit-font-smoothing: antialiased;
1414
-moz-osx-font-smoothing: grayscale;
1515
-webkit-text-size-adjust: 100%;
16-
}
17-
18-
* {
1916
user-select: none;
2017
-webkit-user-select: none;
2118
-moz-user-select: none;

v3/internal/templates/qwik/frontend/public/style.css

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
-webkit-font-smoothing: antialiased;
1414
-moz-osx-font-smoothing: grayscale;
1515
-webkit-text-size-adjust: 100%;
16-
}
17-
18-
* {
1916
user-select: none;
2017
-webkit-user-select: none;
2118
-moz-user-select: none;

v3/internal/templates/react-swc-ts/frontend/public/style.css

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
-webkit-font-smoothing: antialiased;
1414
-moz-osx-font-smoothing: grayscale;
1515
-webkit-text-size-adjust: 100%;
16-
}
17-
18-
* {
1916
user-select: none;
2017
-webkit-user-select: none;
2118
-moz-user-select: none;

v3/internal/templates/react-swc/frontend/public/style.css

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
-webkit-font-smoothing: antialiased;
1414
-moz-osx-font-smoothing: grayscale;
1515
-webkit-text-size-adjust: 100%;
16-
}
17-
18-
* {
1916
user-select: none;
2017
-webkit-user-select: none;
2118
-moz-user-select: none;

v3/internal/templates/react-ts/frontend/public/style.css

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
-webkit-font-smoothing: antialiased;
1414
-moz-osx-font-smoothing: grayscale;
1515
-webkit-text-size-adjust: 100%;
16-
}
17-
18-
* {
1916
user-select: none;
2017
-webkit-user-select: none;
2118
-moz-user-select: none;

v3/internal/templates/react/frontend/public/style.css

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
-webkit-font-smoothing: antialiased;
1414
-moz-osx-font-smoothing: grayscale;
1515
-webkit-text-size-adjust: 100%;
16-
}
17-
18-
* {
1916
user-select: none;
2017
-webkit-user-select: none;
2118
-moz-user-select: none;

v3/internal/templates/solid-ts/frontend/public/style.css

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
-webkit-font-smoothing: antialiased;
1414
-moz-osx-font-smoothing: grayscale;
1515
-webkit-text-size-adjust: 100%;
16-
}
17-
18-
* {
1916
user-select: none;
2017
-webkit-user-select: none;
2118
-moz-user-select: none;

v3/internal/templates/solid/frontend/public/style.css

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
-webkit-font-smoothing: antialiased;
1414
-moz-osx-font-smoothing: grayscale;
1515
-webkit-text-size-adjust: 100%;
16-
}
17-
18-
* {
1916
user-select: none;
2017
-webkit-user-select: none;
2118
-moz-user-select: none;

v3/internal/templates/svelte-ts/frontend/public/style.css

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
-webkit-font-smoothing: antialiased;
1414
-moz-osx-font-smoothing: grayscale;
1515
-webkit-text-size-adjust: 100%;
16-
}
17-
18-
* {
1916
user-select: none;
2017
-webkit-user-select: none;
2118
-moz-user-select: none;

v3/internal/templates/svelte/frontend/public/style.css

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
-webkit-font-smoothing: antialiased;
1414
-moz-osx-font-smoothing: grayscale;
1515
-webkit-text-size-adjust: 100%;
16-
}
17-
18-
* {
1916
user-select: none;
2017
-webkit-user-select: none;
2118
-moz-user-select: none;

v3/internal/templates/sveltekit-ts/frontend/static/style.css

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
-webkit-font-smoothing: antialiased;
1414
-moz-osx-font-smoothing: grayscale;
1515
-webkit-text-size-adjust: 100%;
16-
}
17-
18-
* {
1916
user-select: none;
2017
-webkit-user-select: none;
2118
-moz-user-select: none;

v3/internal/templates/sveltekit/frontend/frontend/style.css

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
-webkit-font-smoothing: antialiased;
1414
-moz-osx-font-smoothing: grayscale;
1515
-webkit-text-size-adjust: 100%;
16-
}
17-
18-
* {
1916
user-select: none;
2017
-webkit-user-select: none;
2118
-moz-user-select: none;

v3/internal/templates/sveltekit/frontend/static/style.css

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
-webkit-font-smoothing: antialiased;
1414
-moz-osx-font-smoothing: grayscale;
1515
-webkit-text-size-adjust: 100%;
16-
}
17-
18-
* {
1916
user-select: none;
2017
-webkit-user-select: none;
2118
-moz-user-select: none;

v3/internal/templates/vanilla-ts/frontend/public/style.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
-webkit-font-smoothing: antialiased;
1414
-moz-osx-font-smoothing: grayscale;
1515
-webkit-text-size-adjust: 100%;
16-
}
17-
18-
* {
1916
user-select: none;
2017
-webkit-user-select: none;
2118
-moz-user-select: none;
2219
-ms-user-select: none;
2320
}
2421

22+
* {
23+
}
24+
2525
@font-face {
2626
font-family: "Inter";
2727
font-style: normal;

v3/internal/templates/vanilla/frontend/public/style.css

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
-webkit-font-smoothing: antialiased;
1414
-moz-osx-font-smoothing: grayscale;
1515
-webkit-text-size-adjust: 100%;
16-
}
17-
18-
* {
1916
user-select: none;
2017
-webkit-user-select: none;
2118
-moz-user-select: none;

0 commit comments

Comments
 (0)