Skip to content

Commit 44f06ea

Browse files
committed
more border stuff
1 parent 0cdc719 commit 44f06ea

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

apps/svelte.dev/src/lib/components/PageControls.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
6262
.controls {
6363
max-width: calc(var(--sk-page-content-width) + 1rem);
64-
border-top: 1px solid var(--sk-bg-4);
64+
border-top: 1px solid var(--sk-border-medium);
6565
padding: 1rem 0 0 0;
6666
margin: 1rem 0 0 0;
6767
text-wrap: balance;

apps/svelte.dev/src/routes/(authed)/playground/[id]/AppControls.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
304304
input {
305305
background: transparent;
306-
border: 1px solid var(--sk-bg-4);
306+
border: 1px solid var(--sk-border-medium);
307307
border-radius: var(--sk-border-radius);
308308
color: currentColor;
309309
width: 0;

apps/svelte.dev/src/routes/tutorial/[...slug]/Chrome.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
width: 100%;
6464
height: 4rem;
6565
display: flex;
66-
border-top: 1px solid var(--sk-bg-4);
6766
padding: 0.2rem;
6867
gap: 0.2rem;
6968
}
@@ -75,7 +74,7 @@
7574
input {
7675
flex: 1;
7776
padding: 0.2rem 0.6rem;
78-
border: 1px solid var(--sk-bg-4);
77+
border: 1px solid var(--sk-border-medium);
7978
/* TODO this should apply to all buttons/inputs? */
8079
border-radius: var(--sk-border-radius);
8180
color: var(--sk-fg-1);

packages/repl/src/lib/Output/console/ConsoleTable.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
margin: 8px;
9797
overflow: auto;
9898
max-height: 200px;
99-
border: 1px solid var(--sk-bg-4);
99+
border: 1px solid var(--sk-border-medium);
100100
border-radius: 2px;
101101
overscroll-behavior: none;
102102
}

packages/site-kit/src/lib/styles/utils/buttons.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333

3434
&:disabled {
35-
border-color: var(--sk-border-light);
35+
border-color: var(--sk-border-medium);
3636
border-width: 1px;
3737
}
3838
}

0 commit comments

Comments
 (0)