Skip to content

Commit bd57444

Browse files
committed
chore(website): remove unneeded style overrides
1 parent fb62e97 commit bd57444

File tree

6 files changed

+84
-82
lines changed

6 files changed

+84
-82
lines changed

apps/website/app/overrides.css

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
.fd-callout .min-w-0.flex-1 {
2-
display: flex;
3-
flex-flow: column;
4-
gap: calc(var(--spacing) * 2);
5-
}
6-
7-
.fd-callout .min-w-0.flex-1>* {
8-
margin-top: 0;
9-
margin-bottom: 0;
10-
}
11-
121
[aria-roledescription="flowchart-v2"] span.nodeLabel {
132
filter: brightness(0.5);
143
}

apps/website/app/theme.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ button {
103103
:focus-visible:not([class*="outline-none"]) {
104104
outline: 2px solid var(--color-fd-primary);
105105
outline-offset: -2px;
106-
/* Commented out box-shadow alternative:
107-
box-shadow: inset 0 0 0 3px color-mix(in oklab, var(--color-fd-primary) 20%, transparent); */
108106
}
109107

110108
[role="tabpanel"]:focus-visible {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"typedoc-plugin-mdn-links": "^5.0.2",
9494
"typescript": "^5.8.3",
9595
"typescript-eslint": "^8.33.0",
96-
"vitest": "^3.1.4"
96+
"vitest": "^3.2.0"
9797
},
9898
"packageManager": "[email protected]",
9999
"engines": {

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@eslint-react/kit": "workspace:*",
4747
"@typescript-eslint/utils": "^8.33.0",
4848
"ts-pattern": "^5.7.1",
49-
"zod": "^3.25.46"
49+
"zod": "^3.25.48"
5050
},
5151
"devDependencies": {
5252
"@local/configs": "workspace:*",

packages/utilities/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@eslint-react/eff": "workspace:*",
4646
"@typescript-eslint/utils": "^8.33.0",
4747
"ts-pattern": "^5.7.1",
48-
"zod": "^3.25.46"
48+
"zod": "^3.25.48"
4949
},
5050
"devDependencies": {
5151
"@local/configs": "workspace:*",

0 commit comments

Comments
 (0)