Просмотр исходного кода

fix: Restore focus ring for VSCodeButton component (#2572)

pokutuna 8 месяцев назад
Родитель
Сommit
caf1ae35e1
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      webview-ui/src/index.css

+ 0 - 4
webview-ui/src/index.css

@@ -183,10 +183,6 @@ textarea:focus {
 	outline: 0 !important; /* Allow tailwind to override the `textarea:focus` rule */
 }
 
-vscode-button::part(control):focus {
-	outline: none;
-}
-
 /**
  * Use vscode native scrollbar styles
  * https://github.com/gitkraken/vscode-gitlens/blob/b1d71d4844523e8b2ef16f9e007068e91f46fd88/src/webviews/apps/home/home.scss