Skip to content

Commit

Permalink
fix(menu): Fix hover background color for emoji button
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Jun 19, 2024
1 parent 908a71d commit 4491acc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/Menu/ActionEntry.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
*/

.text-menubar, .v-popper__inner {
.entry-action__emoji button.entry-action__button {
&:hover,
&:focus,
&:active {
background-color: var(--color-background-hover);
}
}

button.entry-action__button {
height: 44px;
margin: 0;
Expand Down

0 comments on commit 4491acc

Please sign in to comment.