Skip to content

Commit f4ca30d

Browse files
authored
Merge pull request AlexMiniApps#110 from rbalet/item-background-focused
style: --item-background-focused
2 parents 84dfcbe + 427c770 commit f4ca30d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

angular-code-input/src/lib/code-input.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
}
5858

5959
&:focus {
60+
background: var(--item-background-focused, transparent);
6061
border: var(--item-border-focused);
6162
border-bottom: var(--item-border-bottom-focused);
6263
box-shadow: var(--item-shadow-focused);

0 commit comments

Comments
 (0)