Skip to content

Commit caf1ae3

Browse files
authored
fix: Restore focus ring for VSCodeButton component (#2572)
1 parent 4ecec98 commit caf1ae3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

webview-ui/src/index.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,6 @@ textarea:focus {
183183
outline: 0 !important; /* Allow tailwind to override the `textarea:focus` rule */
184184
}
185185

186-
vscode-button::part(control):focus {
187-
outline: none;
188-
}
189-
190186
/**
191187
* Use vscode native scrollbar styles
192188
* https://github.com/gitkraken/vscode-gitlens/blob/b1d71d4844523e8b2ef16f9e007068e91f46fd88/src/webviews/apps/home/home.scss

0 commit comments

Comments
 (0)