Skip to content

Commit 7c2ae80

Browse files
committed
chore(samples): remove unused transition and focus styles for cleaner CSS
1 parent 148b273 commit 7c2ae80

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

samples/teamspace-react/src/index.css

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,6 @@
2121
background: #94a3b8;
2222
}
2323

24-
/* Smooth transitions */
25-
* {
26-
transition: colors 0.15s ease-in-out;
27-
}
28-
29-
/* Focus styles */
30-
button:focus,
31-
input:focus,
32-
textarea:focus {
33-
outline: 2px solid #3b82f6;
34-
outline-offset: 2px;
35-
}
36-
3724
@theme inline {
3825
--radius-sm: calc(var(--radius) - 4px);
3926
--radius-md: calc(var(--radius) - 2px);
@@ -148,4 +135,4 @@ textarea:focus {
148135
body {
149136
@apply bg-background text-foreground;
150137
}
151-
}
138+
}

0 commit comments

Comments
 (0)