Skip to content

Commit

Permalink
Change hover background
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan committed Jul 7, 2023
1 parent 74d0d17 commit 54785c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web-pkg/src/components/BatchActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ export default defineComponent({
}
.action-menu-item:hover:not([disabled]),
.action-menu-item:focus:not([disabled]) {
background-color: var(--oc-color-background-highlight);
border-color: var(--oc-color-background-highlight);
background-color: var(--oc-color-background-hover);
border-color: var(--oc-color-background-hover);
}
display: block;
Expand Down

0 comments on commit 54785c8

Please sign in to comment.