Skip to content

Commit

Permalink
chore(styles): override firefox styles for datepicker navigation butt…
Browse files Browse the repository at this point in the history
…on focus-visible
  • Loading branch information
oliverschuerch committed Nov 7, 2023
1 parent 25d4bb6 commit 22d5c56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/styles/src/components/datepicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ ngb-datepicker.dropdown-menu {

ngb-datepicker-navigation {
justify-content: space-between;

button.ngb-dp-arrow-btn:focus-visible {
outline: forms.$input-focus-outline-thickness solid var(--post-contrast-color);
}
}

ngb-datepicker-navigation-select.ngb-dp-navigation-select {
Expand Down

0 comments on commit 22d5c56

Please sign in to comment.