Skip to content

Commit

Permalink
Merge branch 'main' into def-tooltip-export
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Feb 28, 2022
2 parents a6db8ad + cf5e930 commit 4208349
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/styles/scss/components/date-picker/_flatpickr.scss
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
}

&:hover {
background-color: $background-hover;
background-color: $layer-hover;
}
}

Expand Down Expand Up @@ -269,7 +269,7 @@
margin-left: $spacing-02;

&:hover {
background-color: $background-hover;
background-color: $layer-hover;
}
}

Expand Down Expand Up @@ -445,7 +445,7 @@
transition: all $duration-fast-01 motion(standard, productive);

&:hover {
background: $background-hover;
background: $layer-hover;
}

&:focus {
Expand Down

0 comments on commit 4208349

Please sign in to comment.