Skip to content

Commit

Permalink
fix(date-picker): remove hover style (#2357)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored and emyarod committed Apr 30, 2019
1 parent bd04e6c commit 688d681
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/date-picker/_date-picker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,6 @@
.flatpickr-day.selected {
color: $inverse-01;
background: $interactive-01;

&:hover {
color: $text-01;
}
}

.#{$prefix}--date-picker__day.startRange.selected,
Expand Down

0 comments on commit 688d681

Please sign in to comment.