Skip to content

Commit c639f7d

Browse files
committed
Remove manually added css variable
1 parent 8014162 commit c639f7d

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

extensions/ql-vscode/src/stories/vscode-theme-dark.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
--vscode-descriptionForeground: rgba(204, 204, 204, 0.7);
1919
--vscode-icon-foreground: #c5c5c5;
2020
--vscode-focusBorder: #007fd4;
21-
--vscode-contrastActiveBorder: #f38518;
2221
--vscode-textSeparator-foreground: rgba(255, 255, 255, 0.18);
2322
--vscode-textLink-foreground: #3794ff;
2423
--vscode-textLink-activeForeground: #3794ff;

extensions/ql-vscode/src/stories/vscode-theme-github-dark-default.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
--vscode-descriptionForeground: #8b949e;
2020
--vscode-icon-foreground: #8b949e;
2121
--vscode-focusBorder: #1f6feb;
22-
--vscode-contrastActiveBorder: #f38518;
2322
--vscode-textSeparator-foreground: #21262d;
2423
--vscode-textLink-foreground: #58a6ff;
2524
--vscode-textLink-activeForeground: #58a6ff;

extensions/ql-vscode/src/stories/vscode-theme-github-light-default.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
--vscode-descriptionForeground: #57606a;
2020
--vscode-icon-foreground: #57606a;
2121
--vscode-focusBorder: #0969da;
22-
--vscode-contrastActiveBorder: #f38518;
2322
--vscode-textSeparator-foreground: #d8dee4;
2423
--vscode-textLink-foreground: #0969da;
2524
--vscode-textLink-activeForeground: #0969da;

extensions/ql-vscode/src/stories/vscode-theme-light.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
--vscode-descriptionForeground: #717171;
1919
--vscode-icon-foreground: #424242;
2020
--vscode-focusBorder: #0090f1;
21-
--vscode-contrastActiveBorder: #0f4a85;
2221
--vscode-textSeparator-foreground: rgba(0, 0, 0, 0.18);
2322
--vscode-textLink-foreground: #006ab1;
2423
--vscode-textLink-activeForeground: #006ab1;

0 commit comments

Comments
 (0)