Skip to content

Commit

Permalink
fix(FEC-8905): default drop-downs options in IE and Edge are not visi…
Browse files Browse the repository at this point in the history
…ble (#349)
  • Loading branch information
odedhutzler committed Feb 20, 2019
1 parent f36e403 commit 19d73e0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/smart-container/_smart-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,14 @@
}
}
}
&.IE,
&.Edge{
select{
option{
color: black;
background-color: white;
}
}
}
}
}

0 comments on commit 19d73e0

Please sign in to comment.