We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84dfcbe commit 427c770Copy full SHA for 427c770
angular-code-input/src/lib/code-input.component.scss
@@ -57,6 +57,7 @@
57
}
58
59
&:focus {
60
+ background: var(--item-background-focused, transparent);
61
border: var(--item-border-focused);
62
border-bottom: var(--item-border-bottom-focused);
63
box-shadow: var(--item-shadow-focused);
0 commit comments