Skip to content

Commit

Permalink
IE11, Edge: This change ensures the arrow icon on selects doesn't dis…
Browse files Browse the repository at this point in the history
…appears when it gains focus, issue ng-bootstrap#3526
  • Loading branch information
qf-jonathan committed Dec 31, 2019
1 parent 117d239 commit 8be4ce7
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 8be4ce7

Please sign in to comment.