Skip to content

Commit

Permalink
fix(datepicker): fix navigation buttons in datepicker styles (#6171)
Browse files Browse the repository at this point in the history
* fix(datepicker): fix navigation buttons in datepicker styles

* fix(datepicker): move styles

* fix(datepicker): delete unuseful styles
  • Loading branch information
SvetlanaMuravlova authored Jun 10, 2021
1 parent a3b8a0a commit ec809cc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/datepicker/bs-datepicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,18 @@
cursor: not-allowed;
}

&.previous {
span {
transform: translate(-1px, -1px);
}
}

&.next {
span {
transform: translate(1px, -1px);
}
}

&.next,
&.previous {
border-radius: 50%;
Expand Down

0 comments on commit ec809cc

Please sign in to comment.