Skip to content

Commit da6e007

Browse files
committed
add curosr pointer to everything
1 parent f159cb8 commit da6e007

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

packages/preview-server/src/app/globals.css

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

33
@theme {
4-
--background-image-gradient: linear-gradient(
5-
145.37deg,
6-
rgba(255, 255, 255, 0.09) -8.75%,
7-
rgba(255, 255, 255, 0.027) 83.95%
8-
);
9-
--background-image-gradient-hover: linear-gradient(
10-
145.37deg,
11-
rgba(255, 255, 255, 0.1) -8.75%,
12-
rgba(255, 255, 255, 0.057) 83.95%
13-
);
14-
--background-image-shine: linear-gradient(
15-
45deg,
16-
rgba(255, 255, 255, 0) 45%,
17-
rgba(255, 255, 255, 1) 50%,
18-
rgba(255, 255, 255, 0) 55%,
19-
rgba(255, 255, 255, 0) 100%
20-
);
4+
--background-image-gradient: linear-gradient(145.37deg,
5+
rgba(255, 255, 255, 0.09) -8.75%,
6+
rgba(255, 255, 255, 0.027) 83.95%);
7+
--background-image-gradient-hover: linear-gradient(145.37deg,
8+
rgba(255, 255, 255, 0.1) -8.75%,
9+
rgba(255, 255, 255, 0.057) 83.95%);
10+
--background-image-shine: linear-gradient(45deg,
11+
rgba(255, 255, 255, 0) 45%,
12+
rgba(255, 255, 255, 1) 50%,
13+
rgba(255, 255, 255, 0) 55%,
14+
rgba(255, 255, 255, 0) 100%);
2115

2216
--color-cyan-1: #0091f70a;
2317
--color-cyan-2: #02a7f211;
@@ -116,6 +110,11 @@
116110
::file-selector-button {
117111
border-color: var(--color-gray-200, currentcolor);
118112
}
113+
114+
button:not(:disabled),
115+
[role="button"]:not(:disabled) {
116+
cursor: pointer;
117+
}
119118
}
120119

121120
html {
@@ -126,6 +125,6 @@ html {
126125
pointer-events: none;
127126
}
128127

129-
nav > div > div > .line {
128+
nav>div>div>.line {
130129
display: none;
131130
}

0 commit comments

Comments
 (0)