Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #337 from OfficeDev/miwhea/pickadate-fix
Browse files Browse the repository at this point in the history
Change opened selector for Date Picker. Fixes #336
  • Loading branch information
Mike Wheaton committed Feb 13, 2016
2 parents 6e9b8e4 + ff3fb3e commit 9f1a302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DatePicker/DatePicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}

// When a picker opens, always open it in front of other closed pickers
.ms-DatePicker-picker--focused.ms-DatePicker-picker--opened {
.ms-DatePicker-picker--opened {
position: relative;
z-index: $ms-zIndex-front;
}
Expand Down

0 comments on commit 9f1a302

Please sign in to comment.