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

This commit is contained in:
pokutuna 2025-04-14 02:42:59 +09:00 committed by GitHub
parent 4ecec98384
commit caf1ae35e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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