Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(datepicker): correct z-index of month/year selects (#3473)
This is a minor change that corrects rendering of the focus outline of
the custom select used for month selection.
  • Loading branch information
peterblazejewicz authored and maxokorokov committed Jan 3, 2020
1 parent 38da258 commit 2de1be3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/datepicker/datepicker-navigation-select.scss
Expand Up @@ -3,4 +3,8 @@ ngb-datepicker-navigation-select > .custom-select {
padding: 0 0.5rem;
font-size: 0.875rem;
height: 1.85rem;

&:focus {
z-index: 1;
}
}

0 comments on commit 2de1be3

Please sign in to comment.