Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(datepicker): place active day above its siblings (#3314)
This is minor change that moves currently focus day within month view
above its siblings to let its outline be correctly rendered.
This is similar to minor stylistic corrections found in the BS:
https://git.io/fjyfh
  • Loading branch information
peterblazejewicz authored and Benoit Charbonnier committed Sep 5, 2019
1 parent 8260198 commit eb26beb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/datepicker/datepicker-month-view.scss
Expand Up @@ -34,5 +34,9 @@ ngb-datepicker-month-view {
&.hidden {
cursor: default;
}

&[tabindex="0"] {
z-index: 1;
}
}
}
}

0 comments on commit eb26beb

Please sign in to comment.