Skip to content

Commit

Permalink
temp(DatePicker): Time Picker rtl css
Browse files Browse the repository at this point in the history
  • Loading branch information
jinli.lyy committed Nov 29, 2018
1 parent 491e076 commit 6a30ebe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/date-picker/rtl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
margin-right: 0;
}
}
#{$time-picker-prefix}-menu {
float: right;
&:not(:last-child) {
border-right: none;
border-left: $time-picker-menu-border-width $line-solid $time-picker-menu-border-color;
}
}
}


Expand Down

0 comments on commit 6a30ebe

Please sign in to comment.