Skip to content

Commit

Permalink
Merge pull request #6059 from nextcloud-libraries/backport/6056/next
Browse files Browse the repository at this point in the history
[next] fix(NcEmojiPicker): adjust hover effects to new design
  • Loading branch information
susnux authored Sep 9, 2024
2 parents 9c44663 + f17e36c commit a662e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NcEmojiPicker/NcEmojiPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -523,14 +523,14 @@ export default {
&.emoji-mart-emoji-selected::before{
background-color: var(--color-background-hover) !important;
outline: 2px solid var(--color-primary-element);
border-radius: var(--border-radius-element, var(--border-radius-pill));
}
}
button {
&:focus-visible {
background-color: var(--color-background-hover);
border: 2px solid var(--color-primary-element) !important;
border-radius: 50%;
border-radius: var(--border-radius-element, var(--border-radius-pill));
}
}
}
Expand Down

0 comments on commit a662e43

Please sign in to comment.