Skip to content

Commit

Permalink
fix: add hover CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
kometenstaub committed Aug 15, 2022
1 parent ba39170 commit 642e026
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles.scss
Expand Up @@ -56,6 +56,10 @@ mode from @SlRvb, which fall under the same license (MIT license, @kometenstaub
button.mod-cta {
margin-left: -0.25em;
}

.sync-history-list-item.is-active:hover {
background-color: var(--interactive-accent-hover);
}
}
.sync-history-list-item.is-active {
background-color: var(--background-primary-alt);
Expand Down

0 comments on commit 642e026

Please sign in to comment.