Skip to content

Commit

Permalink
fix(date-picker): keyboard nav styles (#1034)
Browse files Browse the repository at this point in the history
* fix: keyboard navigation hover color

* refactor: keyboard navigation focus color
  • Loading branch information
marvinLaubenstein authored May 9, 2022
1 parent eb71637 commit 6f30cd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ duet-date-picker .duet-date__day:focus {
box-shadow: 0 0 0 var(--telekom-spacing-unit-x05)
var(--telekom-color-functional-focus);
background: var(--telekom-color-background-surface);
color: var(--telekom-color-text-and-icon-white-standard);
color: var(--telekom-color-text-and-icon-standard);
}

duet-date-picker .duet-date__day:hover {
Expand Down

0 comments on commit 6f30cd5

Please sign in to comment.