We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1856ce commit cc4f3a5Copy full SHA for cc4f3a5
src/vscode-textfield/vscode-textfield.styles.ts
@@ -30,7 +30,7 @@ const styles: CSSResultGroup = [
30
width: 100%;
31
}
32
33
- :host([focused]) {
+ :host([focused]) .root {
34
border-color: var(--vscode-focusBorder, #0078d4);
35
36
0 commit comments