Skip to content

Commit fd2ca68

Browse files
committed
get rid of focus rings
1 parent 07e91bc commit fd2ca68

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/renderer/styles/globals.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@ body {
2828
background: var(--gray-9);
2929
}
3030

31-
:focus {
32-
outline: none;
33-
}
34-
35-
:focus-visible {
36-
outline: 2px solid var(--accent-8);
37-
outline-offset: 2px;
38-
}
39-
4031
.drag {
4132
-webkit-app-region: drag;
4233
}

0 commit comments

Comments
 (0)