mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
fix: Restore focus ring for VSCodeButton component (#2572)
This commit is contained in:
parent
4ecec98384
commit
caf1ae35e1
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue