Skip to content

Commit

Permalink
fix(timepicker): add webkit prefix for navigation chevrons
Browse files Browse the repository at this point in the history
closes #908
Closes #909
  • Loading branch information
Duske authored and pkozlowski-opensource committed Oct 19, 2016
1 parent 20ad457 commit cbfa23b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/timepicker/timepicker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ const NGB_TIMEPICKER_VALUE_ACCESSOR = {
left: 0.05em;
position: relative;
top: 0.15em;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
vertical-align: middle;
width: 0.71em;
}
.chevron.bottom:before {
top: -.3em;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
Expand Down

0 comments on commit cbfa23b

Please sign in to comment.