Skip to content

Commit

Permalink
fix(datepicker): fix disappearing month/year select arrow icon in IE …
Browse files Browse the repository at this point in the history
…and Edge

Fixes #3526
  • Loading branch information
qf-jonathan authored and maxokorokov committed Jan 3, 2020
1 parent b235dbb commit 3b9307a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/datepicker/datepicker-navigation-select.scss
Expand Up @@ -7,4 +7,9 @@ ngb-datepicker-navigation-select > .custom-select {
&:focus {
z-index: 1;
}

// IE11, Edge: Fix arrow icon disappears on focus
&::-ms-value {
background-color: transparent !important;
}
}

0 comments on commit 3b9307a

Please sign in to comment.