Skip to content

Commit

Permalink
Merge pull request #3782 from luddens/master
Browse files Browse the repository at this point in the history
modified &--keyboard-selected to be lighter in color than regular selected
  • Loading branch information
martijnrusschen committed Sep 30, 2022
2 parents 058c6e6 + 5faea94 commit e0f7b57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stylesheets/datepicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,8 @@

&--keyboard-selected {
border-radius: $datepicker__border-radius;
background-color: lighten($datepicker__selected-color, 5%);
color: #fff;
background-color: lighten($datepicker__selected-color, 45%);
color: rgb(0, 0, 0);

&:hover {
background-color: darken($datepicker__selected-color, 5%);
Expand Down

0 comments on commit e0f7b57

Please sign in to comment.