Skip to content

Commit 87b0b45

Browse files
Use default border color
1 parent ed82104 commit 87b0b45

File tree

4 files changed

+0
-73
lines changed

4 files changed

+0
-73
lines changed
Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1 @@
1-
/* You can add global styles to this file, and also import other style files */
21
@import "tailwindcss";
3-
4-
/*
5-
The default border color has changed to `currentcolor` in Tailwind CSS v4,
6-
so we've added these compatibility styles to make sure everything still
7-
looks the same as it did with Tailwind CSS v3.
8-
9-
If we ever want to remove these styles, we need to add an explicit border
10-
color utility to any element that depends on these defaults.
11-
*/
12-
@layer base {
13-
*,
14-
::after,
15-
::before,
16-
::backdrop,
17-
::file-selector-button {
18-
border-color: var(--color-gray-200, currentcolor);
19-
}
20-
}

packages/cursorless-org-docs/src/css/custom.css

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
@import "tailwindcss";
22

3-
/*
4-
The default border color has changed to `currentcolor` in Tailwind CSS v4,
5-
so we've added these compatibility styles to make sure everything still
6-
looks the same as it did with Tailwind CSS v3.
7-
8-
If we ever want to remove these styles, we need to add an explicit border
9-
color utility to any element that depends on these defaults.
10-
*/
11-
@layer base {
12-
*,
13-
::after,
14-
::before,
15-
::backdrop,
16-
::file-selector-button {
17-
border-color: var(--color-gray-200, currentcolor);
18-
}
19-
}
20-
213
/* From https://github.com/facebook/docusaurus/blob/cc0bceab9c1678303f6237f5526753edc1b12fc3/website/src/css/custom.css#L70-L86 */
224
.header-github-link:hover {
235
opacity: 0.6;

packages/cursorless-org/src/styles/globals.css

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,6 @@
22

33
@config '../../tailwind.config.js';
44

5-
/*
6-
The default border color has changed to `currentcolor` in Tailwind CSS v4,
7-
so we've added these compatibility styles to make sure everything still
8-
looks the same as it did with Tailwind CSS v3.
9-
10-
If we ever want to remove these styles, we need to add an explicit border
11-
color utility to any element that depends on these defaults.
12-
*/
13-
@layer base {
14-
*,
15-
::after,
16-
::before,
17-
::backdrop,
18-
::file-selector-button {
19-
border-color: var(--color-gray-200, currentcolor);
20-
}
21-
}
22-
235
:root {
246
--safe-area-inset-top: env(safe-area-inset-top);
257
--safe-area-inset-bottom: env(safe-area-inset-bottom);

packages/cursorless-vscode-tutorial-webview/src/index.css

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,3 @@
33
@theme {
44
--text-2xs: 0.625rem;
55
}
6-
7-
/*
8-
The default border color has changed to `currentcolor` in Tailwind CSS v4,
9-
so we've added these compatibility styles to make sure everything still
10-
looks the same as it did with Tailwind CSS v3.
11-
12-
If we ever want to remove these styles, we need to add an explicit border
13-
color utility to any element that depends on these defaults.
14-
*/
15-
@layer base {
16-
*,
17-
::after,
18-
::before,
19-
::backdrop,
20-
::file-selector-button {
21-
border-color: var(--color-gray-200, currentcolor);
22-
}
23-
}

0 commit comments

Comments
 (0)