Skip to content

Commit cc4f3a5

Browse files
committed
FIx textfield focus border
1 parent f1856ce commit cc4f3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vscode-textfield/vscode-textfield.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const styles: CSSResultGroup = [
3030
width: 100%;
3131
}
3232
33-
:host([focused]) {
33+
:host([focused]) .root {
3434
border-color: var(--vscode-focusBorder, #0078d4);
3535
}
3636

0 commit comments

Comments
 (0)