Skip to content

Commit

Permalink
fix(date-picker): fix incorrect hover color (carbon-design-system#2404)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored and asudoh committed May 7, 2019
1 parent d2425c6 commit b671ee6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,9 @@
.#{$prefix}--date-picker__day.endRange,
.flatpickr-day.endRange {
&:hover {
background: $ui-01;
@include focus-outline('outline');
background: $ui-01;
color: $text-01;
}
}

Expand Down

0 comments on commit b671ee6

Please sign in to comment.