Skip to content

Commit be26591

Browse files
committed
style: Remove focus outlines from Recharts SVG elements for improved UI appearance
1 parent 6aa7dbf commit be26591

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/app/globals.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ html {
4343
scroll-behavior: smooth;
4444
}
4545

46+
/* Remove focus outline on Recharts SVG elements */
47+
.recharts-wrapper,
48+
.recharts-wrapper *:focus,
49+
.recharts-surface:focus,
50+
.recharts-layer:focus {
51+
outline: none !important;
52+
}
53+
4654
body {
4755
background: var(--bg-base);
4856
color: var(--text-primary);

0 commit comments

Comments
 (0)